Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PL/SQL Newbie Questions

Status
Not open for further replies.

Michael42

Programmer
Oct 8, 2001
1,454
0
0
US
Hello,

In Oracle 9i:

1. How can I display environment variables?
Without using !echo $ORACLE_HOME etc. I am looking for PL/SQL native methods.

2. How can I deisplay a simple text string.
Example: My Report

Thanks,

Michael42
 
1. There's no "native" method as pl/sql is executed on server and it's environment settings are not the same as yours. Even if you run sql*plus on the same box.

2. Where? If you mean sql*plus then use prompt command. Of course this is not the only way but probably the simpliest one.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top