-
imp system/manager file=2001fndry.dmp tables=(cat_trans, ck_log,constr, data_pkg, data_pkg_elmt, data_src, domain, error_log, grp_name, prop, prop_exp, prop_match, root_cat_grp, stop_word, store, store_data_pkg, username) ignore=y fromuser=fndryr0200 touser=fndryqa
What is wrong with it???
I get this error:
syntax error near unexpected token `tables=(c'
-
Try specifying the owner.schema, i.e scott.emp on the tables.
Sam
-
use your original command but put quotes around the tables :
tables="(cat_trans, ck_log,constr, data_pkg, data_pkg_elmt, data_src, domain, error_log, grp_name, prop...)"
d.
-
Thanks guys,
I just put the exact command in a parfile, and used it and it worked.
Thanks again
Nirasha