what is host string in sql plus? how does it related to
database?
Answer Posted / sudipta santra
Host string is the instance name of the database in the server.
when we are using sqlplus then we use to give the
username/password@<hostname>
It relate the user as a connectivity with that specified
instance.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are set operators?
How to increment dates by 1 in oracle?
Can a parameter be passed to a cursor?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What are the attributes of the cursor?
Can group functions be mixed with non-group selection fields?
What are the execution control statements?
Where is the export dump file located?
defination of bitmap index
How can we force the database to use the user specified rollback segment?
How to find out what oracle odbc drivers are installed?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?
what are the default admin accounts in Oracle 10g ?
Explain the use of online redo log files in oracle.
what is insert all statement in sql