You should read at least Oracle concepts manual
a. How to login into Oracle thru sqlplus
-how to know login and passwd?
http://www.itsystems.lv/gints/def_usr_paswd.htm
b. How to see what are the Databases already created.
Hmm, I think You mean schema/user in Oracle language
SELECT * FROM dba_users;
c. how to create a new Database
CREATE USER <sooooooo many options>
d. Is there any default database is already present.
look in url above
e. What are the tables in a database.
SELECT * FROM user_tables;
Gints Plivna
IT Sist�mas, Mer�e�a 13, LV1050 R�ga
http://www.itsystems.lv/gints/
"Senthill Kumar V"
<senthillkumar.vasu@ To: Multiple recipients of list
ORACLE-L <[EMAIL PROTECTED]>
wipro.com> cc:
Sent by: Subject: default DB
[EMAIL PROTECTED]
2002.02.12 16:48
Please respond to
ORACLE-L
Hi,
I am new to Oracle DB. There is a m/c where already Oracle 8.1.7.
I want to know the following info.
* Is there any step by step document available for a fresher? *
Thanks
Senthill
(See attached file: InterScan_Disclaimer.txt)
=?Windows-1257?Q?InterScan=5FDisclaimer.txt?=
Description: Binary data
