Resolving ORA-01034 and ORA-27101 errors when connecting to Oracle 11g

My local database version installed is Oracle 11g R2, when using PLSQL connection, the following error is reported ora-12514: However, when using sqlplus in cmd to connect a user already created, the following error is reported: Oracle not

The nine most important dynamic performance views of Oracle

V $ Session V $ session_waitV $ ProcessV $ SQLV $ sqltextV $ BHV $ lockV $ latch_childrenV $ sysstatV $ system_event Important performance views by group 1. System over ViewV $ sysstat, V $ system_event, V $ Parameter 2. Current situation of a

Create synonyms in Oracle (note the use of quotation marks)

To create a synonym for this user, you must have the "Create synonym" permission; To create a synonym for another user, you must have the "create any synonym" permission; If you create a public synonym, you must have the "Create public synonym"

Oracle learning transcript

Set serveroutput on OPEN Server Screen Display InformationWhen you compile an SQL statement on set sqlblanklines, the ignore space function is enabled. Save c:/sqlplus_test01.txt -- saveEdit -- open notepad to editGet c:/sqlplus_test01.txt --

[ORACLE] oracle9i/10g/11g various downloads

Copy the following address to Xunlei to download it, including the latest 10.2.0. 5 patch Release ORACLE 9iOracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XPhttp: // Login Acle9i/9201/92010 NT_Disk3.zipOracle9i

ORACLE Data File Corruption, error: ora-01033: oracle initialization or shutdown in progress

First, the cause of the problem. This error occurs when I delete a file under \ oracle \ product \ 10.1.0 \ oradata \ oral. When I used SQL statement statements to create a tablespace, I was so anxious to delete the created file. The problem arises.

Notes for creating JAVA stored procedures in Oracle

1. Method 1: Use loadjava; (1) Use the JDK provided by Oracle to compile the Java source fileD:/> C:/Oracle/product/10.1.0/db_1/JDK/bin/javac showdate. Java Note: The machine may have a multi-version JDK environment, but you must use the JDK that

Oracle encryption stored procedure operation notes

Create a stored procedure script file, such as test. SQL Create or replace procedure DIS_1AsI integer;BeginDBMS_OUTPUT.PUT_LINE ('Hello Beijing ');End;/ Note the last/Character SQL> @ test. SQLProcedure created. SQL> set serveroutput on SQL> exec

Notes on Oracle memory Parameters

1. pga_aggregate_target Starting from Oracle9i, Oracle introduced the new feature of automatic PGA management. The PGA_AGGREGATE_TARGET parameter is used to control the overall expected goal of PGA, but in Oracle9i, the PGA_AGGREGATE_TARGET

After the system is reinstalled, restore the original oracle file back.

The computer system crashed. The original XP system was installed with win7. the oracle database was not backed up before the reinstallation. The following describes how to restore the original database. I checked it online and I have different

One Oracle Job writing

Compiling jobs in Oracle In Oracle, you can write a Job to regularly execute a stored procedure. The specific method is to use the Submit () process. Several parameters of the Submit process: job, what, next_date, interval, and no_parse. The

Understanding Oracle database System Global Area (SGA)

 1 Overview The monitoring and management of the Oracle SGA area is an important part of routine database maintenance. This article describes the basic concepts of SGA, the SGA running status check, and the parameter setting principles of SGA.   2

ORACLE paging stored procedure and usage

Create or replace package body curspkg is procedure sp_page (p_pagesize in out int, -- number of records per page p_curpageno in out int, -- current page number p_sqlselect varchar2, -- query statement p_totalpages out int, -- total page

Usage of ROW_NUMBER () in Oracle instances

The ROW_NUMBER () syntax is as follows: 1. row_number () over (order by column desc) first returns a serial number for each record in descending order for the column: select d. *, ROW_NUMBER () OVER (order by d. R _ OPATE_NUM DESC) AS region FROM

Oracle batch Delete objects such as tables and indexes, batch restore objects such as tables and indexes deleted by the Drop operation

/*************************************** * ****************************** Query the select * from object deleted by the Drop operation recyclebin; restore a flashback table (the type of the deleted object) for a single object (table, index, or other

10 Gb installation and operation diagram of Oracle in Windows

People who have just been familiar with ORACLE will feel helpless when they learn, how to learn, what tools are available, and what operations should they perform. So before learning to use ORACLE, first install ORACLE 10 Gb to master its basic

Oracle string addition Function

Http://lwl0606.cmszs.com/archives/oracle-string-add-function.html Add the DSPNAME values of the same Account as the following table.Account DSPNAMEL1 aaL1 bbL2 ccResult L1 aa, bb L2 cc Method 1: Use cursor in the function   Code highlighting

Import and export of Oracle Data and objects

Previously, PL/SQL Developer was used for implementation, but PL/SQL Developer had two problems in exporting and importing data: 1. Separate and export table data and objects (stored procedures and views) 2. If the exported view has comments, errors

Oracle error: ORA-01033

(In particular, this post mainly comes from "Fun C technology. NET ", I made some edits and added a little bit of my opinion. For the original article, see Ghost. NET. In addition, you can add a number for your blog .) Error Code: ORA-01033: ORACLE

Create an automatic numbered SQL statement in oracle

Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->-- Create sequence first creates a sequence (here SEQ_LASTYEARDISCASE is the sequential column name) Create sequence my sequence name

Total Pages: 2147 1 .... 1905 1906 1907 1908 1909 .... 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.