How to copy a table to another user?
I have one table xyz
structure of xyz is follows
name varchar2(100),
address system.address_object
I want to copy this table xyz into some another user, that time this an error occurs Ora-2180.
name varchar2(100),
address system.address_object
I want to copy this table xyz into some another user, that time this an error occurs Ora-2180.
0