Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Single problem
Hi
We have one schema (environment schema) for many others. Problem is that we must have one environment by instance !.
Example
Actually the only way is
SELECT * from My_env_schem.T1
Is possible to have ...
Variable_Schema_name := 'My_env_schem1'; SELECT * into RecordStruct From Variable_Schema_name.T1 Variable_Schema_name := 'My_env_schem2'; SELECT * into RecordStruct From Variable_Schema_name.T1
Bests regards
Epicentre Team A, Denis
Received on Wed Jun 05 2002 - 03:02:41 CDT
![]() |
![]() |