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 to create lov dynamically at runtime & attach to text field?
How do we represent comments in oracle?
How to convert a date to char in oracle? Give one example.
Calculate difference between 2 date / times in oracle sql?
What is the usage of control file in oracle?
How do I connect to oracle?
What is the purpose of save points in oracle database?
How to get a list of all user accounts in the database?
How to get execution statistics reports on query statements?
How to assign data of the deleted row to variables?
State the various uses of dbcc command?
What is ASM (Automatic Storage Management) in Oracle?
How to see the table columns used in an index?
Difference between varchar and varchar2 data types?
What is using clause and give example?