database shutdown

Detailed steps ORACLE database upgrade

First, back up on the ORACLE database 2, confirmed the Home directory ORACLE database installation path Third, close the database: SQLPLUS / NOLOG CONN / AS SYSDBA SHUTDOWN IMMEDIATE ORACLE stop all running services 4, extract the installation packag ...

The start-stop Oracle 9i

Oracle startup and shutdown, work is not always done, but always forget that one of the steps, to the need to search around the Internet when necessary, trouble! Or order a document better. Oracle startup and shutdown, work is not always done, but al ...

Oracle's startup and shutdown

Oracle's startup and shutdown 1, a common way to start 1, startup nomount Start an instance, but does not load the database. Include the following tasks: ² read parameter file ² distribution of SGA ² to start background process ² Open the Alert f ...

Oracle database in several ways off

Based on actual experience, it is best to use the command directly to close the database shutdown immediate 1, shutdown normal Normally close the database. 2, shutdown immediate Way to immediately shut down the database. The SVRMGRL perform shutdown ...

RMAN said, I can backup (2) - familiar with RMAN operations

Are familiar with RMAN operations already know how to get in front of RMAN, I believe we will feel in RMAN simple fact is also true. On the one hand do not be such a resounding name of the first intimidated by the professional tools that the professi ...

ORACLE control file and the associated operations

Control of the content stored in the document Oracle database control file is an extremely important document, it records the current state of the physical database. Specific content includes: The name of the database identifier database, the databas ...

oracle upgrade steps

ORACLE 9.2.0.1 database upgrade steps (source network) 1, the user database server runtime environment to confirm Hardware requirements: Intel Pentium or AMD CPU Operating System Requirements: 1. Windows Server 2003 2. Windows 2000 (Service Pack 2 or ...

oracle database to start and stop

While Oracle will be in the above development, but the management really is unreasonable, especially in linux, the company recently to restart the server always gets to have to restart the database, always remember the command, and now paste these co ...

oracle cold backup method of repairing the table space

oracle cold backup method of repairing the table space 1. Create a new tablespace create tablespace test_ts datafile 'd: \ oracle \ oradata \ oa_test \ test_ts.dbf' size 10m ; 2. In which the construction of the table create table test (emp i ...

OS-level kill oracle session

ORACLE some were killed in the process, the state was home to "killed", but the lock does not release resources for a long time, sometimes it is no alternative but to restart the database. Shutdown immediate but may be afraid of the process ...

dba password orapwd modified

1, shut down the database, shutdown immediate; 2, delete / rename the password file before, eg: rm $ ORACLE_HOME / dbs / pwdxxx; 3, the reconstruction of password files. eg: orapwd file = $ ORACLE_HOME / dbs / orapwSID password = password entries = ( ...

UNDO tablespace data file loss recovery (oracle9i)

Work, delete the data files, accidentally deleted UNDO table space data file, and what is a tragedy! Internet baidu a lot of information, and finally solve the problem. As follows: 1. Connect to the database sqlplus / nolog connect sys / xxxx @ oracle as

ORACLE SEQUENCE simple description

In the oracle of the serial number sequence is called each time when it will be automatically taken to increase, generally used in the serial number required by the sort of place. 1, Create Sequence The first thing you need or CREATE ANY SEQUENCE CRE ...

oracle notes (DBA Management a)

1, typically Oracle need to start OracleServiceORCL, OracleStartORCL, OracleTNSListener task to start in the NT at least two service oraclestartID and oracleserverID Each database has a system identifier (SID), a typical installation using the databa ...

Oracle's sequence to use

In the oracle of the serial number sequence is called each time when it will be automatically taken to increase, generally used in the serial number required by the sort of place. 1, Create Sequence The first thing you need or CREATE ANY SEQUENCE CRE ...

On the Oracle database, start and stop

Oracle9I began the abolition of Server Manager (svrmgl) and internal users, start and stop the database through sql * plus to complete! Oracle10g could use the browser to start and stop the database service! The key players here to talk about 9I star ...

ORACLE Management Getting Started

Under WINDOWS rn Way into the line of server management: SVRMGRL Start the database: connect internal startup Close the database: shutdown immediate rn Create table space: create tablespace mobile datafile 'd: / oracle / oradata / mobile / mobile ...

oracle data backup and recovery essence

Reference to the contents of this document, you will be able to grasp the oracle backup and recovery Cold backup ................................................ .................................................. .................... 1 1, the backup ...

ORACLE's FAQ [3], will be continuously updated in the

Part III, backup and recovery [Q] How to open / close archive [A] If you open the archive, please ensure that log_archive_start = true open automatically archived, or can only be filed by hand, if it is closed the archive, then set the parameter to false

Oracle backup and recovery issues Fool

How to open / close archive? rn rn 1, modify the parameters of initSID.ora (open) rn log_archive_start = ture rn log_archive_dest = / home / arch rn Note: If OPS / RAC environment, the need should first parallel_server = true commented out, and then ...
Recent
Recent Entries
Tag Cloud
Random Entries
Latest Comments