Link to home
Start Free TrialLog in
Avatar of citywesthomes
citywesthomes

asked on

AIX ksh 0403-057 Syntax error: `(' is not expected error???

howdy,

I am running the command below  on AIX, 5.3. its the oracle exp program.  Im pretty sure the syntax is correct.

exp scott/tiger file=test.dmp tables=(lsc_account)

instead of following my command as instructed. Its refusing with this lousy excuse

0403-057 Syntax error: `(' is not expected error

any ideas?

Avatar of sjm_ee
sjm_ee
Flag of United Kingdom of Great Britain and Northern Ireland image

A quick search using google suggests that the round brackets are not required. Try it as follows:

exp scott/tiger file=test.dmp tables=lsc_account
ASKER CERTIFIED SOLUTION
Avatar of tfewster
tfewster
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial