Register now or log in to join your professional community.
i install the database in the server and install the oracle developer in clint and copy the tname file from oracle database in server to the oracle developer in the clint ..... but not run
To connect to an Oracle Database, a client application must identify the database and present appropriate credentials. The connection mechanism depends on the type of client and whether it is running locally or remotely. Some connections require the installation of Oracle Client software.
There are several methods for specifying login credentials. For example, a client may present login credentials at the time of the connection, as shown below. The system will prompt for a password and establish a connection.
SQL>CONNECT username @ "hostname[:port][/databasename]"You may also identify a connection with a predefined Net Service Name.
Oracle Spreadsheet Add–In for Predictive Analytics, whether running locally or remotely, requires the installation of Oracle Client and the creation of a Net Service Name.