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
how may join possible between (requisition with purchase order)
Compare and contrast between sql and sql server and explain its various functions?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
What are transaction isolation levels supported by oracle?
What happens to the current transaction if a ddl statement is executed?
How to define a record variable to store a table row?
How to add another datafile to a tablespace?
What is a subquery?
What do you mean by merge in oracle?
Explain an exception?
What is truncate oracle?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
How to drop an existing view in oracle?
What is the difference between pre-select and pre-query?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?