ScottMattes
Member³
Not sure what it is called, but if I am not logged on and trying to type PL/SQL code in a SQL Window and I type something like
proc_name(
as soon as I type the '(' I get an 'ORA-01012: not logged on' msg.
Possible clue, I was in the main section of an anonymous block and typing the name of a proc that I intended to write in the block, but hadn't yet. Still, I just tried it after defining the proc in the block and got the same msg.
proc_name(
as soon as I type the '(' I get an 'ORA-01012: not logged on' msg.
Possible clue, I was in the main section of an anonymous block and typing the name of a proc that I intended to write in the block, but hadn't yet. Still, I just tried it after defining the proc in the block and got the same msg.