PLS-00356: 'string' must name a table to which the user has
access



PLS-00356: 'string' must name a table to which the user has access..

Answer / guest

Cause: The named table is not accessible to the user. This
error occurs when the table name or username was misspelled,
the table and/or user does not exist in the database, the
user was not granted the necessary privileges, or the table
name duplicates the name of a local variable or loop counter.

Action: Check the spelling of the table name and username.
Also confirm that the table and user exist, the user has the
necessary privileges, and the table name does not duplicate
the name of a local variable or loop counter.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

TNS-12509: TNS:listener failed to redirect client to service handler

1 Answers  


ORA-02335: invalid datatype for cluster column

1 Answers  


ORA-12400: invalid argument to facility error handling

1 Answers  


ORA-30156: Out of disk space

1 Answers  


DRG-50923: could not rewrite PL/SQL for execution

1 Answers  


ORA-01218: logfile member is not from the same point-in-time

1 Answers  


ORA-24303: call not supported in non-deferred linkage

1 Answers  


ORA-16517: the object handle is invalid

1 Answers  


ORA-23357: the propagator does not exist

2 Answers  


ORA-14003: GLOBAL clause contradicts previosly specified LOCAL clause

1 Answers  


ORA-19706: invalid SCN

1 Answers  


ORA-02797: No requests available

1 Answers  


Categories