I want to try create the database from my script which i made.can help me how to run a script. can explain me step by step because i am a starter.thank's
CREATE DATABASE testdb DATAFILE 'testdb_system' SIZE 10M LOGFILE GROUP 1 ('testdb_log1a', 'testdb_log1b') SIZE 400K, GROUP 2 ('testdb_log2a', 'testdb_log2b') SIZE 400K;other things remain constant.The SYSTEM tablespace is 10 MB database does not overwrite any existing control files specified in the parameter file
I want to try create the database from my script which i made.can help me how to run a script. can explain me step by step because i am a starter.thank's