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 -> Re: Using CLOB

Re: Using CLOB

From: QuestionExchange <USENET_at_questionexchange.com>
Date: 13 Dec 1999 15:42:37 GMT
Message-ID: <2963qx@questionexchange.com>


Can you execute any PL/SQL package?
I suspect the answer is no - you haven't installed PL/SQL. Becca
> Hi
>
> I am new to Oracle so please excuse the simple question. I am
trying to
> use the CLOB datatype in a column. After creating the table a
key I
> tried to select the CLOB type column with
>
> select dbms_lob.read(test_clob) from test
>
> in SQL work sheet. I got the error
>
> select dbms_lob.read(test_clob) from test
> *
> ORA-00600: internal error code, arguments: [15428], [PLS
Error during
> synonym translation], [], [], [], [], [], []
> ORA-06553: PLS-213: package STANDARD not accessible
>
> Is that the correct syntax for accessing a CLOB type column?
Why was
> STANDARD package not accessible?
>
> I'll be thankful for any help.
>
> Khurram
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
>

--
  This answer is courtesy of QuestionExchange.com   http://www.questionexchange.com/showUsenetGuest.jhtml?ans_id=8230&cus_id=USENET&qtn_id=7368 Received on Mon Dec 13 1999 - 09:42:37 CST

Original text of this message

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