Oracle database on the start and stop

Oracle database on the start and stop

Shutdown
normal: waiting for all users disconnected, the closure of the database, uninstall the instance of the database and shut down.
immediate: all users rollback services, the closure of the database, uninstall the instance of the database and shut down.
(Note that the rollback).
transactional: When all the end user services, the closure of the database, uninstall the instance of the database and shut down
abort: an immediate end to examples. The end user pay services, the next time you start the restoration of data.

In fact I am not saying that there are problems starting or write error, but that more detailed and more for all of us to help more.
-------------------------------------------------- --------------------------
statup
Start startup nomount example, if in this state needs to open the database to operate:
Alter database mount
Alter database open
install non-nomount start, so the operation is read init.ora file to start the instance, that the SGA and background processes to start, into memory, process. This only needs to start reading init.ora file. This start mode executable: the reconstruction of the control file and rebuild the database, as also did not read the control file.
-------------------------------------------------- -----
start instance startup mount>; loaded database, if the state needs to operate to open the database:
Alter database open
mount is installed to start, so the operation is: Open the control files, data files and on-line to confirm the log file location, but this time not data files and log files for consistency, correctness checking and so on. This start of the executable:
Database log archiving,
Database media recovery,
So that online or offline data files,
Re-positioning data files, redo log files.
-------------------------------------------------- ----
statup open / startup start instance>; loading database>; open the database in this way also includes the implementation of the open files Redo log of all database files and check for consistency and so on, for crash recovery, in this way can access the database in data.
-------------------------------------------------- ---
forced to restart the database statup force
-------------------------------------------------- ----------------------------
Use non-default parameter files starting
STARTUP PFILE = parameter files Note: remote start data, the system parameters to find the local computer files.
-------------------------------------------------- --
To limit the open data
STARTUP RESTRICT
ALTER SYSTEM [ENABLE | DISABLE] RESTRICTED SESSION
RESTRICTED SESSION Only users can log on.
-------------------------------------------------- ---
Open read-only data
ALTER DATABASE OPEN READ ONLY
  • del.icio.us
  • StumbleUpon
  • Digg
  • TwitThis
  • Mixx
  • Technorati
  • Facebook
  • NewsVine
  • Reddit
  • Google
  • LinkedIn
  • YahooMyWeb

Related Posts of Oracle database on the start and stop

  • ORACLE10G full version centos5 installed (the installation has passed)

    ORACLE10G full version centos5 installed (the installation has passed) 1. Centos 5.0 install rn GUI must be installed, it is best not to start selinux rn rn rn 2. . Ready to install the software: (this is very important, is the first installation fai ...

  • SGA extended the principle of 32bit oracle

    SGA extended the principle of 32bit oracle From: http://www.itpub.net/247048.html Because the median 32bitrnoracle restrictions can only visit the oracle process 4g (2 of 32 power) following virtual memory address, the time at a lot of people this is ...

  • Dbms_obfuscation_toolkit use of Oracle's encryption and decryption of data (to)

    In order to protect sensitive data, oracle start from 8i to provide a data encryption package: dbms_obfuscation_toolkit. Take advantage of this package, our data can be DES, Triple DES or MD5 encryption. This article on the use of this and the use of ...

  • Oracle XDB relax resolve port conflict of 8080

    In this paper, carried: http://www.enet.com.cn/article/2008/0306/A20080306175452.shtml Oracle 9i from the start, Oracle includes the installation of the default XDB. After starting the database, Oracle XDB's http service will automatically take u ...

  • Oracle in the relationship between User and Schema

    If we want to know the database and the User What is the relationship between Schema, we must first know about User and Schema database What is the concept in the end. In SQL Server2000 in architecture because of the reason, User and Schema there is ...

  • High Availability Oracle Flashback

    Brief introduction Flashback Database is a point in time (PIT) restore the database approach. This incomplete recovery strategy can be used to restore the logic because of human error cause damage to the database. At the introduction of 10g, it is de ...

  • An example of the use of TKPROF

    First, view and edit parameters SQL> show parameter max_dump_file_size NAME TYPE VALUE ------------------------------------ ----------- --- --------------------------- max_dump_file_size string UNLIMITED SQL> show parameter user_dump_dest NAME TYPE

  • Diagnosis and principles of order

    SQL> select disk.value "Disk", mem.value "Mem", 2 (disk.value / mem.value) * 100 "Ratio" 3 from v $ sysstat mem, v $ sysstat disk 4 where mem.name = 'sorts (memory)' 5 and disk.name = 'sorts (disk)'; D ...

  • ORACLE 10G dataguard configuration Step by Step

    oracle dataguard

Leave a Reply

Recent
Recent Entries
Tag Cloud
Random Entries
Latest Comments