i face this error when trying to compile this pl/sql block Error: PLS-00103: Encountered the symbol "THEN" when expecting one of the following: := . ( % ; declare CURSOR abc IS select * from all_Objects; begin for rec in abc loop ...
Home/pl/sql/Page 3
Oraask Latest Questions
Question
Question
please i want to read excel (.xlsx) from PLSQL ? is that possible or not ?
Question
Question
I'd like to create pl/sql array variable to hold an ordered collection of data thanks.