Oracle cannot open database instance error (01033)

The customer Oracle server enters PL/SQL developer times ora-01033: Oracle initializationg or shutdown in progress error message, the application system cannot connect to the Oracle service. Solve the problem remotely. The process is as follows: 1.

Oracle serial number operation

Oracle does not have primary key auto-increment. Unlike MySQL, You need to customize the serial number. How to modify the serial number 1. query the serial number of the latest recordSelect seq from (select * From ch_t_product_music order by seq

Error while configuring the Oracle 10g connection in myeclipse

When you configure the connection of Oracle10g in myeclipse, the following error occurs: Error while locking Ming database login with the Oracle driver   I have configured all the drivers and paths.   This problem was solved later: Open

Read all table names of the current user from Oracle

If you have not created a table in the system tablespace, you can useSelect * From tabs where tablespace_name! = 'System' Select * From user_tables, unless you create the database in the system tablespace Select ownre, table_nameFrom

Solve the INS-32025 problem of Oracle Reinstallation, and completely uninstall oracle11g

If you want to reinstall Oracle and installProgramRunning. Close it first.   Fully uninstall: 1. Stop all Oracle services2. Choose Oracle Installation Products> universal installer to run the Oracle uninstall tool.3. Run the Registry Editor to

Manual database creation in RHEL 6.2x64 Oracle 11g

The name of the database to be created is dbshop 1: create the required directory export oracle_sid = dbshopmkdir-p $ oracle_base/oradata/$ export-p $ oracle_base/admin/$ oracle_sid/adumpmkdir-p $ oracle_base/admin/$ oracle_sid/bdumpmkdir- p $

Oracle function Daquan 1 [resend]

String functions: Single-record functions in SQL1. ASCIIReturns the decimal number corresponding to the specified character;SQL> select ASCII ('A') A, ASCII ('A') A, ASCII ('0') zero, ASCII ('') space from dual;A A zero space-------------------------

Exception Handling during Oracle Storage

  1. Problem SourceIn Oracle, you can use dbms_output.put_line to print the prompt information, but it is easy for the buffer to overflow.You can use dbms_output.enable (1000000); To set the buffer size.However, if there is a size, it may overflow

Oracle lob field operations

Today, we have a function that requires operations on the clob field. If you encounter several problems during this period, you can solve them. Remember to avoid repeating the same mistakes in the future. Error 1: ORA-22920: the row containing the

Use pl SQL developer to connect to a remote ORACLE Server without installing the Oracle client (Green Oracle client)

  Recently, you may need to connect to a remote ORACLE Server. Although many tools can be connected, such as dbvisualizer and navicat, it is well known that, pl SQL developer is incomparable to any other tool in Oracle operations. In addition,

Additional representation of Oracle left and right connections-plus brackets

  "(+)" Can be used in Oracle, and 9i can use left/right/full outer join.Left Outer Join: left Outer JoinSelect E. last_name, E. department_id, D. department_nameFrom employees eLeft Outer Join orders ments dOn (E. department_id = D. department_id );

Oracle PL/SQL determines whether two fields are equal or not

When two fields in Oracle PL/SQL are determined to be equal or not equal, it often appears that the field values are obviously not equal (one is blank and the other is not empty ), however, true is not obtained when the results are not equal. For

13th Oracle parameters and parameter files (ii) Continuous updates ......

This topic describes common parameters. Audit_file_destParameter type: StringSyntax: audit_file_dest = 'directory'Default Value: ORACLE_HOME/rdbms/AuditParameter category: staticAudit_file_dest defines the path for storing audit files in

11th create an Oracle database (taking Oracle10g as an example)

Create an Oracle database (taking Oracle10g as an example) There are two ways to create a database: one is to create a database manually using a command line script; the other is to create a database using the Database Configuration Wizard provided

Oracle disk Analysis

-- You can periodically use the results of DF-h to input an External Log File, and then use Oracle's "External table" to access this "External Log File". For example: -- Step 1: write a script to regularly insert disk information into the log file: [

Oracle user-based backup and recovery

To execute the exp or imp command, first: 1. Check whether exp.exe and imp.exe files exist in the bin directory of the Oracle installation directory. Otherwise, the command may fail to be executed. 2. Alternatively, you can directly go to the bin

Create an Oracle database and optimize the database

Disk Division Name Size Purpose Drive C (master) 50 GB Install 64-bit Windows 2003 D Disk 184 GB /Oracle Installation Database Software Directory     /Oracle/oradata data file directory

Start init. ora spfile pfile in Oracle

When I got off work last night, my company's database was suddenly blocked. A Buf table could not extract more than 20 million data and changed the program. The effect was not obvious. Since oracle was restarted once before, I still want to restart

Oracle data migration File

Once all the datafiles were on one disk, resulting in a dramatic increase in Io. Now we divide datafile into three hard disks (due to the large data size, we only consider dividing the data equally without moving the index ). 1. First view the

How to Create dblink in Oracle

1. To create a global dblink, you must first confirm that you have the permission to create a dblink: Select * From user_sys_privs where privilege like upper ('% database link % ');   If not, you must use the sysdba role to grant permissions to

Total Pages: 2147 1 .... 1107 1108 1109 1110 1111 .... 2147 Go to: GO

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.