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 is meant by magic query
Explain the use of file option in exp command.
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
Respected sir, Please send me technical questions related to oracle apps..
How do I uninstall oracle 11g?
How to list all indexes in your schema?
What is Reduced List of Values?
Difference between pre-select and pre-query
How to create a table index?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
How to set a transaction to be read only in oracle?
How to start instance with a minimal initialization parameter file?