Hello list I need your help with a problem I am having whenever I start
using outlines.
I am using Oracle  9.2.0.1.0 enterprise edition on windows .

Suppose two users scott and hr have select any table, create any outline
privileges and select_catalog_role.

SQL> conn scott/[EMAIL PROTECTED]
Connected.

SQL> select count (*) from scott.emp ;

  COUNT(*)
----------
         6


SQL> conn hr/[EMAIL PROTECTED]
Connected.

SQL> alter session set create_stored_outlines=hr;
Session altered.

SQL> select count (*) from scott.emp ;

  COUNT(*)
----------
         6

SQL> create table test as select * from scott.emp ;
create table test as select * from scott.emp
           *
ERROR at line 1:
ORA-03113: end-of-file on communication channel
(And I get a core dump file )
The same thing happens irrespective of the category name I use in alter
session set create_stored_outlines , even when i specify alter session set
create_stored_outlines=default;, and even when I use random values.




But when I do the following then no problems :

SQL> conn hr/[EMAIL PROTECTED]
Connected.
SQL> alter session set create_stored_outlines=false;

Session altered.

SQL> create table test as select * from scott.emp ;

Table created.


Any ideas ?
............

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: <[EMAIL PROTECTED]
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to