Home » RDBMS Server » Server Utilities » IMP and EXP password limitation
IMP and EXP password limitation [message #70314] Thu, 23 May 2002 15:12 Go to next message
Steve
Messages: 190
Registered: September 1999
Senior Member
When you have a password that contains and equals sign you cannot enter your username/password in a single command. Here's an example

username: steve
password: st=eve

Entered at the command line you get thsi:

C:>IMP steve/st=eve
LRM-00101: unknown parameter name 'steve/st'

it thinks that 'steve/st' is a keyword because of the = sign. You can however enter this

C:>IMP steve
then enter st=eve when propmpted for a password. Is this a known Oracle bug?

Thanks,
Steve
Re: IMP and EXP password limitation [message #70315 is a reply to message #70314] Thu, 23 May 2002 16:12 Go to previous message
Steve
Messages: 190
Registered: September 1999
Senior Member
someone smarter than me figured it out . . . use an escape character like so:

C:>IMP steve/st=eve
Previous Topic: parameters
Next Topic: Easy Solution
Goto Forum:
  


Current Time: Thu Apr 18 16:40:12 CDT 2024