This one time, at band camp, John Wang said:

JW>I've generated the DDL SQL scripts to create the tables, but how to execute
JW>it in Oracle database? It is SQL92 standard, with some commands like "go",
JW>and others, which can not run in SQL Plus.
JW>What tool can be used to run these DDL SQL scripts in Oracle?
JW>Thankx,

John,

Use sqlplus by logging in with the user's username and password like so:

    sqlplus <user>/<password>

Once logged in, execute the SQL like so:

    sql> @<path_to_sql_script>

Bruce
--

perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to