Common Oracle commands, common Oracle database commands

Updated on technology 2024-03-30
6 answers
  1. Anonymous users2024-02-07

    1. Su Oracle is not required, it is suitable for use when there is no DBA password, and you can enter the SQLPLUS interface without a password.

    2. sqlplus nolog or sqlplus system manager or. /sqlplus system/manager@ora9i

    3、sql>connect / as sysdba ;(as sysoper) or connect internal oracle as sysdba (scott tiger) conn sys change on install as sysdba

    4、sql>startup;Start the DB instance.

    5. View all current databases: select * from v$database

  2. Anonymous users2024-02-06

    6、startup force

    Forced start mode.

    If the database cannot be shut down, you can use the startup force to complete the database shutdown.

    Shut down the database and then run the normal start database command.

    Not accurate enough. It can also be used to recover your data if it shuts down ungracefully.

  3. Anonymous users2024-02-05

    1. Su Oracle is not required, it is suitable for use when there is no DBA password, and you can enter the SQLPLUS interface without a password.

    2. sqlplus nolog or sqlplus system manager or. /sqlplus system/manager@ora9i

    3、sql>connect / as sysdba ;(as sysoper) or connect internal oracle as sysdba (scott tiger) conn sys change on install as sysdba

    4、sql>startup;Start the DB instance.

    5. View all current databases: select * from v$database

  4. Anonymous users2024-02-04

    See if it's what you need?

  5. Anonymous users2024-02-03

    It was also the one I used to learn Oracle in the first place, from front to back.

    Suitable for beginners.

  6. Anonymous users2024-02-02

    I have a PPT of our company training oracle. Leave an email address and I'll send it to you.

Related questions
16 answers2024-03-30

Click the win button and enter cmd in the run dialog box to open the command prompt window. >>>More

6 answers2024-03-30

First of all, there are many types of database performance. >>>More

14 answers2024-03-30

Isn't it just a text in itself, and a string argument is fine? >>>More

11 answers2024-03-30

Visually, your stored procedure needs to run at these moments: >>>More

12 answers2024-03-30

First, the functions are different.

1. to char: Output the time and date according to the specified format, and get a string instead of the date type. >>>More