Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


PLS-00359: assignment target in 'string' must have components



PLS-00359: assignment target in 'string' must have components..

Answer / guest

Cause: An assignment target was declared that lacks the
components needed to store the assigned values. For example,
this error occurs if you try to assign a row of column
values to a variable instead of a record, as follows:
DECLARE dept_rec dept%ROWTYPE; my_deptno dept.deptno%TYPE;
... BEGIN SELECT deptno, dname, loc INTO my_deptno --
invalid FROM dept WHERE ...

Action: Check the spelling of the names of the assignment
target and all its components. Make sure the assignment
target is declared with the required components and that the
declaration is placed correctly in the block structure.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

EXP-00013: respond with either 'Y', 'N', RETURN or '.' to quit

1 Answers  


ORA-02062: distributed recovery received DBID string, expected string

1 Answers  


ORA-28120: driving context already exists

1 Answers  


ORA-21612: key is already being used

1 Answers  


QSM-02120: compatibility mode must be 9.0 or higher

1 Answers  


ORA-24398: connection pool already exists

1 Answers  


RMAN-06210: List of Mismatched objects

1 Answers  


ORA-37021: (XSMULTI02) Object workspace object is not acquired.

1 Answers  


ORA-25117: MIN/MAX/Block Number expected

1 Answers  


ORA-39036: invalid metadata filter name string

1 Answers  


NNO-00257: warning: cannot get serial number from region store

1 Answers  


TNS-01172: Listener has shut down since all listen addresses have been deallocated

1 Answers  


Categories