Monday, February 28, 2011

Oracle: Create New Table From a select statement:

CREATE TABLE new_table_name as (SELECT * FROM test WHERE  your_condition)

Centos 7 reset root/ any user lost password / lockout due to cant remember password

1. Need to be in front of the terminal. (Physically if not vm). 2. Reboot the server 3. Press 'e' in the GRUB2 boot screen. 3. bunch...