Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PLS-00201 when declaring table type

Xuehan XuJul 10 2014 — edited Jul 11 2014

Hi, everyone

I want to create a table type of the row type of some of my table.

For example:

     create or replace type tmp_Road is table of XUXUEHAN.tbl_Road%rowtype

But I get PLS-00201: identifier 'XUXUEHAN.tbl_Road' must be declared.

Where did I go wrong? Thanks:-)

This post has been answered by Xuehan Xu on Jul 11 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2014
Added on Jul 10 2014
22 comments
7,644 views