Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Export trouble with Oracle 8i
"Steve Ashmore" <sashmore_at_neonramp.com> wrote in message news:<usahtinqjfcjcf_at_corp.supernews.com>...
> Not sure about your problem in OEM,
> but export is not a SQLPLUS command. It is a command line command.
> Try running exp from the Command window. (I am assuming you have more than
> just
> the 8i client installed on your box.)
>
> Stephen C. Ashmore
> Brainbench MVP for Oracle Administration
> http://www.brainbench.com
>
> Author of: 'So You Want to be an Oracle DBA?'
>
>
>
> "Keith Lee" <cmarvel_at_nethere.com> wrote in message
> news:3dc53e16.7338191_at_news.nethere.net...
> > All:
> > I am having some problems either using the Export command in SQLPLUS or
> using the Export wizard in OEM.
> > Whenever I attempt to use the Export command, it comes back saying that
> the command is unknown. Whenever I attempt to
> > use the Export Wizard, the submitted job fails due to a "VNI-2015:
> Authentication Error".
> >
> > Does anyone know what this is about? I am logged in as either sys in
> SQLPLUS or sysman using the Export wizard.
> > I have Oracle 8i for Windows 2000 Pro.
Steve,
You can use the export command from within, but precede it with host:
sql > host exp sys/change_on_install ....
You just need to use 'host' before the exp command. Received on Sun Nov 03 2002 - 14:59:31 CST
![]() |
![]() |