Hi friendz,
I have copied a schema using the below command:
call sysproc.admin_copy_schema ('schema2', 'copysch', 'copyno', 'user1', 'userspace1', 'userspace2', 'COPYSCHEMA', 'COPYERROR')
I can see the table under the new schema 'copysch' and from control center can also access the data but I am not able to access data from CLP.
C:\Documents and Settings\user1>db2 select * from copysch.ACT
SQL0204N "COPYSCH.ACT" is an undefined name. SQLSTATE=42704