View Full Version : "ORACLE LOGON PROCEDURE"
Hi,
Could some one send me the example of "LOGON PROCEDURE" for connecting
to particular Oracle database among various oracle databases.
Thanks.
Amit
Frank van Bortel
01-17-2004, 05:37 AM
AMIT wrote:
Hi, Could some one send me the example of "LOGON PROCEDURE" for connecting to particular Oracle database among various oracle databases. Thanks. Amit
Using what? SQLPlus user/password@alias (sqlplus being an executable)
--
Regards,
Frank van Bortel
Daniel Morgan
01-17-2004, 08:21 AM
AMIT wrote: Hi, Could some one send me the example of "LOGON PROCEDURE" for connecting to particular Oracle database among various oracle databases. Thanks. Amit
Or assuming Oracle Forms:
LOGOUT;
LOGON('app_user_id','app_password'||'@'||'host_name');
With a little imagination you can obfuscate this information in the .FMX.
--
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan@x.washington.edu
(replace 'x' with a 'u' to reply)
Hans Forbrich
01-17-2004, 10:35 AM
AMIT wrote:
Hi, Could some one send me the example of "LOGON PROCEDURE" for connecting to particular Oracle database among various oracle databases.
Your question is somewhat vague - there are literally dozens of possible
answers depending on what you are trying to do and what environment (tool,
database, operating system) you are trying to use.
You might want to look at the 'paint by numbers' kit available at
http://otn.oracle.com/obe.start/index.html to help get you started. It
shows some of the simpler mechanisms.
However, based on the way you ask the question, I strongly advise you read
the 'Concepts' manual to get a better understanding of the possibilities.
The manual (for the version you are using) is available at
http://docs.oracle.com
MyLounge.com Site Map
Forum:
Cars,
Cell Phone,
Database,
Games,
Home Improvement,
IT,
Music,
School,
Sports,
Web Design,
Web Server,
Weight Loss
The MyLounge.com forum is intended for informational use only and should not
be relied upon and is not a substitute for any advice. The information contained
on MyLounge.com are opinions and suggestions of members and is not a representation
of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for
the accuracy, completeness or usefulness of any postings or the qualifications
of any person responding. Please consult a expert or seek the services of an
attorney in your area for more accuracy on your specific situation. Please note
that our forums also serve as mirrors to Usenet newsgroups. Many posts you see
on our forums are made by newsgroup users who may not be members of MyLounge.com
Term of Service
vBulletin v3.0.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.