In our code we often have this
WHERE table_column= plsql_table(i)
.column AND
table_column = plsql_table(i)
.column and
table_column >= plsql_table(i)...
Version 7.0.3.1123
I have 2 things that are bugging me. It is probably me not knowing how to use them correctly in the new version so someone enlighten me.
1) Every time I open plsql dev I have to manually show the window list. Is there a way to get this thing to stay put?
2) When you...
this is my old mouse with new machine. mouse operates correctly with all other programs. For some reason with plsql dev it is now "inverted"
DRIVING ME CRAZY
I just got a new machine. Installed plsql dev and for some reason in plsql dev only the mouse scroll wheel is backwards. I have to move the wheel UP to make it scroll down and vice versa.
It as not doing this on my old machine. No other changes have been made. I have attempted a reinstall...
everything is fine in plsql developer with the comments at the bottom. the error is given there when you compile it at command line. And it may be if you are using a driver script to compile more than one package.
The screaching hault comes if you have synonyms and grants in the source and...
nah its not ampersands, the latest event we saw was something along the lines of
create or replace package body blah_blah as
....
...
end blah blah;
/
/*
comment out some stuff here
*/
the comments at the bottom are ignored on plsql developer and will compile, but wont if you run from a...
We have objects that will compile in a program window but not command line. Things like comment lines after everything else in the code will compile in plsql developer but not if you compile command line.
Is there anything out there that resolves this? It is making things a little difficult...