For connecting Java application with the Oracle Database :
Driver class: The driver class for the oracle database is oracle.jdbc.driver.OracleDriver.Connection URL: The connection URL for the oracle10G database is
jdbc:oracle:thin:@localhost:1521:xe
jdbc : API,
oracle : database,
thin : driver,
localhost : is the server name on which oracle is running, we may also use IP address,
1521 : is the port number
XE : is the Oracle service name.
You may get all these informations from the tnsnames.ora file.
Username: The default username for the oracle database is system.
Password: Password is given by the user at the time of installing the oracle database.
In this example, system is the username and oracle is the password of the Oracle database.
1 comments:
Hi,
we are the best institute in hyderabad well we offer courses oracle fusion scm and oracle fusion procurement with online and class room trainings
for more information
http://www.erptree.com/course/oracle-fusion-procurement-online-training-in-kolkata/
Post a Comment