(GO) Oracle's Common Data dictionary

One, the Oracle data dictionary is composed of the following views mainly:1The user view is prefixed with user_ and is used to record information about the users object2The . All view is prefixed with All_ to record information about the user object

Oracle uses bare devices to store data

Under normal circumstances to write data to the table first through the library, the library to tell the operating system, the operating system to find the disk, after 3 steps!Table----> Libraries----> Operating systems----> disksBare devices do not

Oracle builds views, creates users, and grants query permissions

First, the demandDatabase has a table car, need to create a view for this table View_car, and create a new user User01, give the query this view permissionsIi. Steps of implementation1, the Administrator CLGL login database, the new view

Go Creation and management of Oracle partitioned tables and indexes

abs

Today we used the partition of Oracle table, and by the way I wrote a few examples to say the partition of this table:First, create a partitioned table1. Range PartitioningPartitioning based on the range of data table field valuesFor example,

Manually and automatically start multiple Oracle instances

Manually start two instancesSu-oracleLsnrctl start-Suppose one instance is ITSM and the other is testExport ORACLE_SID=ITSMSqlplus/as SYSDBAStartupQuitExport Oracle_sid=testSqlplus/as SYSDBAStartupQuitAuto-start, can be set in/etc/rc.local, add the

Simple usage of Oracle's SUBSTR function

substr (string, intercept start position, intercept length) //Returns the truncated string (containing the start position)Select substr (' HelloWorld ', 0,3) value from dual; --The returned result is Helselect substr (' HelloWorld ', 1,3) value

Some Oracle features implement statement processing methods

Triggers and sequencesCREATE OR REPLACE TRIGGER t_mstb_bds_data before INSERT on mstb_bds_data for each rowdeclare integrity_ ERROR EXCEPTION; ERRNO INTEGER; ErrMsg CHAR (n); DUMMY INTEGER; FOUND

Oracle Study--oem Login Error

Oracle Study--oem Login Error system environment:Operating system: Windows 7Database: Oracle 11gR2"Certutil-setreg chain\enableweaksignatureflags 8", will prompt:650) this.width=650; "src=" http://blog.itpub.net/attachment/201402/25/25116248_1393298

Oracle AWR Report Detailed

Transferred from: http://blog.csdn.net/laoshangxyc/article/details/8615187Continuous update ...Oracle AWR Report Detailed DB Name DB Id Instance Inst Num Startup Time Release RAC ORCL

Oracle basic data Type "under"

The Oracle data discusses char, varchar, VARCHAR2 data types:These three types are the most we use, in the database we how to use it?The length of 1.CHAR is fixed, with a maximum of 2000 strings:2.VARCHAR, VARCHAR2 can be sure that the Carchar data

Automatic conversion of VARCHAR2 type and number type for pure numbers in oracle-012:oracle

Using an associated query, the fields of two tables define different types. One field is the VARCHAR2 type and the other field is the number type, with the following contents: ' 00187 ' and 187. In use, it is found that the VARCHAR2 type is

Oracle: Bulk import of data from SQL files

Enter the DOS interface. Enter the SQL file directory. Run Sqlplus,c:\sql>sqlplus user_name/[email protected]_service_name at the command prompt Specify the SQL execution log file, log filename arbitrary, but must be a log suffix name:

C#. NET Developing Oracle database applications

The. NET Framework accesses Oracle databases in at least two ways, one using Microsoft's ADO, and the other using Oracle-provided odp.net.When installing VS, it comes with ADO, which comes with odp.net when installing the Oracle client.In terms of

Connecting Oracle Database Help classes

Connecting to the Oracle Database helper class is to encapsulate the method that connects the Oracle database, just call it on the other page and do not need to repeat the write.Import Java.sql.connection;import Java.sql.drivermanager;import

Oracle BASICS (5): Multi-Table query

Oracle BASICS (5): Multi-Table query I. Multi-Table query (1) simple multi-Table query  1. Multi-Table query mechanism 1) SQL: SELECT * FROM emp; -- 14 records SELECT * FROM dept; -- four records SELECT * FROM emp, dept; -- show 56 data records ??

Oracle basics-Introduction (first meeting)

Oracle basics-Introduction (first meeting)I. Overall introduction: Oracle databases and databases represent the basis of all Oracle database objects. Oracle is a large-scale relational database based on advanced Structured Query Language (SQL). In

Recovering an instance in a catastrophic environment of an Oracle database (1)

Recovering an instance in a catastrophic environment of an Oracle database (1) The so-called catastrophic means that all database-related files are lost or damaged due to disk faults or other causes and cannot be repaired. Backup must be used for

ORACLE11G tablespace shrinking error ORA-03297: filecontainsuseddatabeyondrequestedRESIZEvalue

ORACLE11G tablespace shrinking error ORA-03297: filecontainsuseddatabeyondrequestedRESIZEvalue The disk space in the test environment is insufficient, so drop some useless large tables, but find that the space has not changed, and df-h still does

ORACLE records the IP address of the connected user and the IP address of the Login Failed User

ORACLE records the IP address of the connected user and the IP address of the Login Failed User The main function is to record the IP addresses of logon users and the IP addresses of Logon failures in oracle.1. You need to create a trigger to record

ORA-02049: Timeout: Distributed Transaction Processing waiting for Lock diagnostics

ORA-02049: Timeout: Distributed Transaction Processing waiting for Lock diagnostics In the formal environment, there are two databases A and B. dblink is built on Database A. The business is to update some tables in database A to database B through

Total Pages: 2147 1 .... 877 878 879 880 881 .... 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.