1. User identifier UID and GID/etc/passwd articlePiece structure: There are several lines that represent a few accounts in your system with each line: Split, altogether 7 fields. 1. Account name 2. Password: Get up early Unix, now put the password data in the/etc/shadow file, where x means that 3.uid:0 represents the system administrator. 1-499: System account 500-65535: General users with 4.GID:/etc
Error "ORA-28002 the password would expire within 7 days. Cannot logon to the database "This error may be encountered when running the AE program on the process scheduler, and many times this error is not only present in the process scheduler, but may also be used when accessing the database using Plsql developer or Sqlplus.This error is due to the Connectid account or Sysadm account in the Dba_users table has expired, before the 11g version of the pr
and down stitching, not the column splicing! 2, using three consistent conditions: (quantity consistent, type consistent, order consistent). 3, the column name of the final displayed column is subject to the first select! Examples of use:SelectEname,sal asSalary fromScott.empwhererownum2UnionSelectEname asName, Sal fromscott.emp; Search Result: ename salary ADAMS1100.00ALLEN1600.00BLAKE2850.00CLARK2450.00FORD3000.00JAMES950.00
7, query the data for
On the Linux platform, there are several steps to manually create a database: 1. Confirm the unique instance and database name; 2. Select the character set of the database; 3. Set the OS environment variables; 4. Create the initialization parameter file; 5. Start the instance to the nomount state;
6. Execute the create database Command. 7. run at least two script
Oracle SQL classical query expert Article 4
Oracle SQL classical query expert Article 4
This article is the fourth article on typical query of OracleSQL. It is just the author's own opinion. If you have any questions, I hope you can provide suggestions or methods. At the same time, you are welcome to add that, if you h
Ora-01110:data file 6: '/TEST/LUNAR_TEST01.DBF ' ora-27041:unable to open file linux-x86_64 error:2: No such file or directory Additional Information:3
Check the SPID of the DBWR process
sql>!ps-ef|grep dBW Oracle 2757 1 0 12:29? 00:00:14 ora_dbw0_bb Oracle 8912 8872 0 23:50 pts/3 00:00:00/bin/bash-c ps-ef|grep dbw
Oracle BASICS (4) pl/SQL
PL/SQL is also a program Language called Procedural Language/SQL ). PL/SQL is an extension of SQL statements in Oracle databases. The features of the programming language are added to the use of common SQL statements. Therefore, PL/SQL organizes data operations and query statements into procedural units of PL/SQL code, implement complex f
, 2) LENGTH ('World') REPLACE ('SQL', 'Q', 'x ')
--------------------------------------------------------
He 5 sXl
In the above example, we can see that the function of substr () is to intercept a string, followed by two parameters. The first parameter represents
Start position. The second parameter indicates the number of interceptions. The length () function returns the length of the string. Replace () string followed by two
Parameters. The first parameter indicates the letter to be replaced
Exercise 1: Create a user Oracle, an additional group that belongs to the database and Sql,id number 3000, and a home directory of/home/databaseGroupadd DatabaseGroupadd SQL (Create a new two user group first, Q: Groupadd can I create multiple groups at once?) ) useradd oracle-u 3000-d/home/database-g database,sqlID Oracle (view user
Linux Oracle service starts and stops scripts and starts automatically.
After installing Oracle 10g R2 in CentOS 6.3 and restarting it, you will find that Oracle is not started on your own. This is normal because Oracle Installation in L
system, du can evaluate the file system disk usage. Df-h words can be displayed in a human capacity format, H is human.4. If we want to add a disk in the system, we need to take the following steps: 1) partition the disk, set up an available partition 2) To format the section, the system has been established file System 3) If you want to be careful, you can test the newly established file System 4) on the
Notes on installing Oracle 10.2.0.1.0 on Oracle Linux 4u4
Exercise the Oracle RAC formation process. Step 1: First practice installing Oracle 10.2.0.1.0 on Oracle Linux 4u4. It is diffi
Monitor 7 command line tools in Linux
Here are some basic command line tools that allow you to more easily explore and operate Linux.
Image courtesy Meltys-stock
In-depth
One of the best things about Linux is that you can go deep into the operating system, explore how it works, and find opportunities to fine tune perf
Label:In the previous article, we introduced the most important file in Sql*loader-control file, and this article to introduce the most important part of the control file-the field list, the role of the field list is to the data file records and tables in the database corresponding to the column, here is an example of the field list, In this article we will explain what they mean. .
.
.
1 (HireDate Sysdate,
2 deptno POSITION (1:2) INTEGER EXTERNAL (2)
nullif deptno=blanks,
Oracle functions have character functions, mathematical functions, date functions, and conversion functions. I've only learned about character functions and math functions.one, character functions :Lower (char) converts a string to a lowercase formatSql> Select Lower (ename), ename from EMP;LOWER (ename) ename------------ ----------Smith SmithAllen AllenWard WardUpper (char) converts a string to an uppercase formatSql> Select Upper (ename), ename fro
Linux Study Notes (7) common Linux commands: compression and decompression commands, learning notes compression and decompression(1) gzip
The gzip command is used to compress files. The original English meaning is GNU zip. The path is/bin/gzip. The syntax format is as follows:
Gzip [file]
The file format is .gz.
For example, copy the services file under the/etc d
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.