dblink Oracle9.2 -> Oracle8.1.7 -> Oracle7.3 [message #55002] |
Tue, 24 December 2002 23:44 |
Andrey
Messages: 21 Registered: January 1999
|
Junior Member |
|
|
I create db-linkes and synonyms "test_perf" from Oracle9.2 through Oracle8.1.7 to Oracle7.3 table.
I run sql-command:
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning option
JServer Release 9.2.0.1.0 - Production
SQL> select KDCX from test_perf where rownum < 2;
KDCX
----------
145
SQL>
But following command fail:
SQL> create table test1 as select * from test_perf where rownum < 2;
ERROR at line 1:
ORA-00600: internal error code, arguments: [[qctstc2o1]], [[1]], [[0]], [[152]], [[1]],
[[30]], [[30]], [[]]
What is this ?
|
|
|
|