Nologgreenspun.com : LUSENET : DBAzine : One Thread |
Hi! May some one explaine please what is sqlplus/NOLOG.... expression is?The question is: Examine this startup script called startmydb.sql: CONNECT myid/mypwd AS SYSDBA STARTUP EXIT In Oracle8i, you could have executed this script by invoking Server Manager with the command: svrmgrl @startmydb.sql Which alternative command could you use to run the startmydb.sqp script with SQL*Plus to start your Oracle9i database?
A. sqlplus @startmydb.sql B. sqlplus -Sstartmydb.sql C. sqlplus -S @startmydb.sql D. sqlplus /NOLOG @startmydb.sql
Thanx in advance
-- Marina (marinas@outlook.co.il), August 06, 2003