Log output logging during the startup of the Oracle Listening service under Windows platform.
Log directory:D:\app\Administrator\diag\tnslsnr\WIN-RU03CB21QGA\listener\trace\listener.log
Log output content: Sat . -: -: -
Colleagues in the test library on a table plus fields, prompting ORA-00054, resource busy. The lock on the Table object should not be released.For a description of the Oracle lock, refer to:Oracle lock
To define sub-typesWe can define our own subtypes in any PL/SQL block, subroutine, or package, with the following syntax:Subtype Subtype_name is base_type[(constraint)] [not NULL];Subtype_name is the name of the declared subtype, Base_type can be
Premise: Oracle_base=/u01/app/oracle oracle_home=/u01/app/oracle/product/11.2.0/dbhome_11. Modify the Oracle System configuration file:/etc/oratab, only then can Oracle's own Dbstart and Dbshut work.# Vi/etc/oratabOrcl:/opt/oracle/102:y2.
During the installation of Oracle 11g R2, this error occurred while creating a new DB instance, and if you select Ignore, a ora-28000 error occurs.Through the network query verification, this is the first configuration of the administrator password,
1,oracle Default user name, passwordUsername/Password Login identity (role) descriptionSys/change_on_install SYSDBA, Sysoper cannot log in as NORMALSystem/manager NORMAL cannot log in with SYSDBA, SysoperScott/tiger Normal Normal User2, user sys and
3.1 using DML in PL/SQLIn the PL/SQL block, the two variables are assigned the value of a. : = Initialize. B. The SELECT INTO syntax, the declaration portion of a PL/SQL block is declared, and later can be assigned using a SELECT statement.3.1.1
Other: The memory in the computer is linear, one-dimensional. Length ("'count the number of characters, not the number of bytes the date type and numeric type data in Oracle can do operators (>,=,) comparison occurs when the Oracle database is
Oracle-based application system many performance problems are caused by poor application SQL performance, so, SQL performance optimization is very important, analysis and optimization of SQL performance we generally look at the SQL implementation
Type
Meaning
Storage description
Note
CHAR
Fixed-length strings
Maximum length 2000bytes
VARCHAR2
Variable-length strings ,
Maximum length 4000bytes
Maximum length of index
Connect Linux Server Operations Oracle database because the project is online, the site's database server is not allowed to connect directly with Oracle's client Plsqldev.exe, and can only be manipulated by commands from the Linux server. The
Oracle Delete User prompt cannot delete the currently connected user two solutions are as follows: 1, first lock the user, then query the process number, and finally delete the corresponding process, in the deletion of the corresponding users
Oracle (Oracle) officially released VirtualBox 5.0.22, the latest maintenance version of the open source and cross-platform virtualization software has been open to all support platforms, introducing many new features and features to improve the
Once a period of time to write SQL statements, always inexplicably reported ora-01722.For this error, especially for a complex SQL statement, is very depressed, because many times do not know.Through each encounter summary, in fact, is not so
Oracle (Oracle) officially released VirtualBox 5.0.22, the latest maintenance version of the open source and cross-platform virtualization software has been open to all support platforms, introducing many new features and features to improve the
Because there is no automatic growth in Oracle, you need to do the writing trigger, and so on to set up:Look for someone else to write, there are two ways to set the primary key, one is self-growing primary key, and the other is to generate a unique
non-routine recovery with Oracle Dul tool to recover data from drop-deleted Oracle data tables without backupDul to recover a drop object, you need to provide two information1. Table space to which the deleted table belongs (not required)2. Deleted
SELECT * from EMP;--1. Identify 30 of employees in the departmentSELECT * from emp where deptno = 30;--2. List the names, changes, and department numbers of all clerks (clerk)SELECT * from emp where job = Upper (' clerk ');--3. Identify employees
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