greg.mccarty
Member²
I'm a relative newbee to Oracle. So, following the lead of some in the know, I buy one of Tom Kytes (asktom) books - Expert Oracle Programming Techniques...
In the setting up chapter, it has a great little script for login.sql that configures the session and sets the prompt. Unfortunately, it seems that plsql dev's command window doesn't support the same capabilities as sqlplus.
The plsql dev docs talk about using a bind variable in the 'set prompt' command. I figured out to use the 'variable' command to create what I think is a bind variable, but how do I populate it?
Thanks.
In the setting up chapter, it has a great little script for login.sql that configures the session and sets the prompt. Unfortunately, it seems that plsql dev's command window doesn't support the same capabilities as sqlplus.
The plsql dev docs talk about using a bind variable in the 'set prompt' command. I figured out to use the 'variable' command to create what I think is a bind variable, but how do I populate it?
Thanks.