RE: Error-00103 While Creating Type

2001-04-11 Thread Abdul Aleem
Dear Vadim Gorbounov Thank you, very much. It works. I was missing 'AS OBJECT' Thanx once again. Regards, Aleem -Original Message- Sent: Tuesday, April 10, 2001 8:13 PM To: Multiple recipients of list ORACLE-L Subject:RE: Error-00103 While Creating Type Hi, Aleem, Try

RE: Error-00103 While Creating Type

2001-04-10 Thread Abdul Aleem
Thanks, I used Abc, Test_1 etc. but the error remains. Any other suggestion! TIA Aleem -Original Message- Sent: Monday, April 09, 2001 9:46 PM To: Multiple recipients of list ORACLE-L Subject:RE: Error-00103 While Creating Type Test is a reserved word. Use TEST_1

RE: Error-00103 While Creating Type

2001-04-09 Thread Gogala, Mladen
Test is a reserved word. Use TEST_1 and everything will be all right. -Original Message- Sent: Saturday, April 07, 2001 3:00 AM To: Multiple recipients of list ORACLE-L Hi! When I execute the following code on Oracle 8i release 3 (8.1.7) CREATE OR REPLACE TYPE Test (

Error-00103 While Creating Type

2001-04-07 Thread Abdul Aleem
Hi! When I execute the following code on Oracle 8i release 3 (8.1.7) CREATE OR REPLACE TYPE Test ( Emp_Name VARCHAR2(30), Emp_Desgn VARCHAR2(30), Emp_Addrs VARCHAR2(50) ); It gives error "Type created with compilation errors". The All_Errors view