Getting Started: Basic Oracle 9i Database Operation Guide

Source: Internet
Author: User

I have been learning Oracle 9i Database for many years. Now I will give a brief description of the basic entry-level operations of Oracle 9i Database. I hope I will be able to learn from Oracle 9i Database beginners.

Initial user
Username: Password (Case Insensitive)
Sys
System
The system administrator of the Oracle database is verified by the operating system by default.
You can modify the C: \ oracle \ ora92 \ network \ admin \ sqlnet. ora file to cancel operating system verification.
Use SQL * Plus to manage Oracle databases
View SQL * Plus commands
SQL> help index
Connect to or disconnect from an instance

 
 
  1. SVRMGR>Connect sys/oracle @ orcl as sysdba | sysoper (sys user can, system cannot .)
  2. SQL>Connect/as sysdba | sysoper
  3. SQL>Disconnect

Logon as a common user cannot be shutdown or startup.
Use dgmgrl to manage Oracle databases

 
 
  1. C:\dgmgrl  
  2. dgmgrl> connect sys/oracle@orcl  
  3. dgmgrl>help  
  4. dgmgrl>shutdown abort  
  5. dgmgrl>startup  

Modify the password of the sys User:
Sys is an instance user whose password is stored in a dedicated password file.

 
 
  1. C:\>orapwd file=C:\oracle\ora92\database\pwdorcl.ora password=oracle entries=5     

(Delete the original file first !)
Be sure to restart the instance service.
Use the graphical interface to modify the password of the sys user.

  1. Code required to modify the Oracle Stored Procedure
  2. Summary of Oracle stored procedures
  3. Code for implementing the Oracle Stored Procedure
  4. In-depth high-performance dynamic Oracle SQL Development
  5. Analysis of Oracle SQL optimization rules

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.