oracle 9i

Discover oracle 9i, include the articles, news, trends, analysis and practical advice about oracle 9i on alibabacloud.com

In Oracle, about 9i and 10g,11g different child query bracket usage

There is such a view, probably as follows: This view can only be compiled successfully in a 10g,11g environment and cannot be compiled in 9i environments. The code is as follows Copy Code Select a.*,b.*From (select Id,name from a)Left join B on a.id=b.id; The view can be compiled successfully in a 9i,10g,11g environment. The code is as follows Copy Co

Manual database creation process for Oracle 9i Database

Today, the customer wants to use Oracle 9.2.0.5, which is no longer supported by aix 6.1, so he has to copy the software from other databases and recompile it. However, you can only create a database manually. I haven't used manual database creation for a long time. I simply recorded the database creation process. 1. Set the oracle user environment Su-oracle Expo

Using Ado.net to access Oracle 9i stored procedures (top)

This article discusses how to use ado.net to access Oracle stored procedures (called SQL programming Blocks) and functions (a programming block that returns a single value). You can connect to an Oracle database using the following managed data provider: Microsoft. NET Oracle provider, OLE DB. NET provider, ODBC. NET data provider, and Oracle's Odp.net provider.

Oracle 9i A View-based constraint reputation

Starting with Oracle 9i, Oracle allows you to make a reputation for primary keys, unique keys, and foreign KEY constraints for view. The NOT NULL constraint can inherit from the base table, so it is not allowed to display the declaration. Because the view constraint is just a declaration, its state can only be disable novalidate. The following is a simple examp

Using Ado.net to access Oracle 9i stored procedures (top)

This article discusses how to use ado.net to access Oracle stored procedures (called SQL programming Blocks) and functions (a programming block that returns a single value). You can connect to an Oracle database using the following managed data provider: Microsoft. NET Oracle provider, OLE DB. NET provider, ODBC. NET data provider, and Oracle's Odp.net provider.

Oracle 9i Web-based management

The principle of 5.5.1 based on web management 1. Client The client operating system is Windows 2000, Windows 98, or Windows NT, installing IE over 5.0 browsers, installing the Java plug-in Oracle Jinitiator 1.1.8.10 and the applet technology-based Enterprise Manager. 2. Middle Layer Install the Management Server and the Apache HTTP server. 3. Database server Install the database server and run the smart agent. 5.5.2 How to build an environment base

Xiao Bu's work: Oracle 9i Performance Tuning series Training

: Chapter 05 -- tuning the buffer cache Lecture 21st: Chapter 05 -- tuning the buffer cache Lecture 22nd: Chapter 05 -- tuning the buffer cache Lecture 23rd: Chapter 05 -- tuning the buffer cache Lecture 24th: Chapter 05 -- tuning the buffer cache Lecture 25th: Chapter 05 -- tuning the buffer cache Lecture 26th: Chapter 06 -- Dynamic instance resizing Lecture 27th: Chapter 07 -- sizing other SGA Structures Lecture 28th: Chapter 07 -- sizing other SGA Structures Lecture 29th: Chapter 08 -- tuning

Troubleshoot problems with ASP's inability to connect to ORACLE 9i databases

oracle| Solution | data | database | Problem today, on a Win2K server, an ASP installed on the native Oracle9i database found an error and could not connect to the database at all. The error description is as follows: Microsoft OLE DB Provider for ODBC Drivers error ' 80004005 ' [Microsoft] Sqlallochandle on sql_handle_env of the ODBC Driver manager driver failed Or Microsoft OLE DB Provider for ODBC Drivers error ' 80004005 ' The specified driver

Shutdown of Oracle 9i servers

The process of 3.5.1 server shutdown The system completes the following steps when you close the database routine. 1. The first phase Oracle writes the contents of the buffer to the redo log file. Writes the changed data in the database buffer to the data file. Closes the data file and the redo log file. The control file is still open and the database cannot perform a general access operation. 2. Phase II Closes the database. The routine begins unload

Oracle 9i & 10g programming art Reading Notes-Transactions

1,OracleConcurrency control is based on multiple versions. 2,OracleEnsure read consistency and never dirty read(That is, read the uncommitted data of other transactions.).OracleThe query result set must be the current result set at a certain time point: I.Cursor(Cursor)The start time. II.The time when the statement starts to be executed.OracleStatement-level read consistency is always guaranteed. III.Query the start time of the transaction. When the transaction isolation level isSerializa

Steps for upgrading Oracle 9i from 9.2.0.1 to 9.2.0.6

I.InstallPreparations 1. InDatabaseLog on to Windows as administrator on the server2. Stop all Oracle-related services. These service names are usually headers of Oracle3. Stop the Distributed Transaction Coordinator Service4. Back up all files related to the Oracle database (including the Oracle database)SoftwareAnd data files), copy these files to a safe place

Explain how to process bad Oracle 9i data blocks

I SELECT a table in a production test database when a ORA-01578, a block damage, previously learned how to deal with block damage, to really have not met, today finally let me met, it's still a production test database, so you don't have to be nervous. The database version is 9.2.0.4. The RMAN command of Oracle9i has a blockrecover command to fix bad Blocks online. The following describes how to fix Bad blocks using RMAN. SQL> conn owi/owiConnected.SQL> select * from dpa_history;select

Oracle 9i is finally installed!

Oracle universal installer, Oracle Database, Enterprise Edition. Oracle Database Configuration assistant to create database. Oracle Net configuration assistant to connect the certain (remote/local) database. Oracle Enterprise Manager adds the database which connected by

Oracle 9i Configuration "Management Server"

The Management Server is a component on the Oracle 9i installation CD that can be installed separately. 3.2.1 Configuration Environment The following describes how to configure the "Management Server" under the author's installation environment, which is configured as follows. "Computer name": Mynetserver. "IP Address": 192.168.100.89. Global database name: Myoracle.mynet. 3.2.2 Configuration steps (1) as s

Data table types for Oracle 9i

Table 7.5 Oracle 9i data Table types Way Characteristics Relational tables Default table types that store persistent data and can be partitioned, which improves table performance and is easy to manage Temporary tables Store private data or specific data in a session, and other users in the database cannot use the data Index Table Storing data

Oracle 9i Lock

Why the lock concept is introduced What is a lock The management and allocation of all Oracle 9i locks is done automatically by the database management system, which does not require user intervention, but also provides manual locking commands for experienced users. Classification of Locks 1. Divide by permissions Exclusive lock Shared locks 2. Division of resources by lock allocation Data lock Dictionary l

Using Ado.net to access Oracle 9i stored procedures (lower)

procedure that returns a single value The Executeoraclescalar () method of the OracleCommand class is used to execute an SQL statement or stored procedure that returns a single value as a OracleType data type. If the command returns a result set, the method returns the value of the first column in the first row. If ref CURSOR is returned, rather than returning the value of the first row of the first column pointed to by ref CURSOR, the method returns a null reference. The ExecuteScalar () meth

Install Oracle 8i/9i on Win2k with SP4

When I tried to install Oracle 8i on Win2k with SP4, the setup program just did not startup. There seems to be a known issue: Cpuid detection for Intel. Pentium. 4 processor system:Intel has identified that applications which use the Symantec Just In Time compiler library file ("symcjit. DLL "for Microsoft Windows * Operating System and" symc_jlt.nlm "for Novell Netware * 5.1) may not run properly on Pentium. 4 processor systems because the library

Resolve the PowerDesigner 12 Oracle 9i Database script double quotes issue

Keywords: analysis design and modeling Today, the data table, using the Oracle 9i database, with the Powerdesinger 12 model, the concept model into a physical model, I look at the preview, it is strange to find all the drop, create and other operations to the table name, field name, foreign key name, add double quotes, This is amazing. Open the database-> edit current DBMS, an editing interface appears, i

Oracle 9i Custom Database template

applications, which is the default option for database installation 6.9.3 How to customize a personalized template(1) Start the database configuration Assistant until you see the "Operations" interface shown in Figure 6.49.(2) The template management interface appears as shown in Figure 6.50.(3) The "source database" interface appears as shown in Figure 6.51.(4) The template properties interface appears as shown in Figure 6.52.(5) The "Database related file Location" interface appears

Total Pages: 15 1 .... 7 8 9 10 11 .... 15 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.