Hi
Please correct me what is wrong in this query.

select category_id from user1.emp_category@test
  2  start with child_category_id in
  3  (100,2000) connect by prior category_id=
  4   parent_category_id order by level
I am getting following error
ERROR at line 1:
ORA-01410: invalid ROWID
ORA-02063: preceding line from TEST


If I run same query with little change query worked fine .
select category_id from user1.emp_category@test
  2  start with child_category_id in
  3  (100,2000) connect by prior category_id=
  4   parent_category_id order by level
Please suggest .

Thanks in advance.
-seema

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx

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

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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