Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: sys as sysdba within a script?

Re: sys as sysdba within a script?

From: Dave <treschaud33_at_hotmail.com>
Date: 20 Dec 2004 12:46:11 -0800
Message-ID: <1103575571.237534.64100@c13g2000cwb.googlegroups.com>


Here's the format you must use for the exp command.

exp "'/ as sysdba'"

Note the use of double quote (") and single quote ('). To use sqlplus you drop the single quotes:

sqlplus "/ as sysdba"

Dave Received on Mon Dec 20 2004 - 14:46:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US