Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> How Does Oracle Do This?

How Does Oracle Do This?

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 12 Sep 2005 18:11:08 -0700
Message-ID: <1126573820.240031@yasure>


SQL*Plus: Release 10.1.0.4.0 - Production on Mon Sep 12 18:09:39 2005

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production With the Partitioning, Oracle Label Security, OLAP and Data Mining options

SQL> desc DBMS_SQLPLUS_SCRIPT
ERROR:
ORA-03117: two-task save area overflow

SQL> SELECT owner, object_type

   2 FROM dba_objects
   3 WHERE object_name = 'DBMS_SQLPLUS_SCRIPT';

OWNER                          OBJECT_TYPE
------------------------------ ----------------
SYS                            PACKAGE
SYS                            PACKAGE BODY
PUBLIC                         SYNONYM

How can they produce an ORA-03117 from a simple DESCRIBE?

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Mon Sep 12 2005 - 20:11:08 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US