Requirement: You need to change the password periodically. The password must be 1 and 11 digits. 2. It must contain uppercase/lowercase letters, numbers, and special characters. 3. exclude special characters such as (), @, and (),@,&
A random
Some time ago, the ORACLE server was installed for the K3CLOUD project. Some colleagues were not familiar with LINUX and ORACLE, and now they have prepared documents for reference by later maintenance personnel.
ORACLE Installation
1. First install
Export script content:
@ Echo off
REM
REM File name Daily. bat
REM Batch Process
Reload DB Backup
REM
REM Author Frank. Fan
REM Modification History
Created 2012-05-07
REM Modified
REM
For/F "tokens = 1-3 delims =/" % I in ('date/t') do @ set
DECODE function: Compares the input value with the parameter list in the function and returns a corresponding value based on the input value. The parameter list of a function is a sequence of several numbers and their corresponding result values. Of
Problem description:
Oracle automatic backup script implementation.
Error 1:
Message file RMAN. msb not found
Verify that Oracle_HOME is set properly
......
Error cause:
Automatically executed commands cannot be identified. You must explicitly
Oracle does not have the auto-increment field function, but it can be implemented through trigger and sequence.
Create a test table first:
Create table userlogin(
Id number (6) not null,
Name varchar2 (30) not null primary key
)
Tablespace users
/
Steps for building a physical standby database on the same machine: oracle 11.2.0.1 in linux
Master Database: orcl
Slave Database: stby
1. Check whether the listener is started.
2. Configure the initialization parameter file for the master-slave
I have seen many people talking about issues such as tns or the inability to log on to the database. I just summarized the following.
First, the network structure of oracle can be combined with encryption, LDAP, and so on .. We will not discuss it
1. Connection host string, said no listener SVRMGR> connect internal/oracle @ orcl; ORA-12541: TNS: no listener SVRMGR>2. Run the listener to indicate that the protocol-specific component of the address is incorrectly specified. C:> lsnrctl LSNRCTL
1. ORA-12541: TNS: No listenerCause: the listener is not started or damaged. If it is the former, run the net start OracleOraHome10gTNSListener command (the name may be different). If it is the latter, you can add a listener to the "Listener
You can grant the Autotrace permission to Everyone using the following methods,If you need to restrict the Autotrace permission, you can change the public authorization to the specific user authorization.D: \ oracle \ ora92> sqlplus/nologSQL * Plus:
During database operations, we may encounter this situation, and the data in the table may be repeated, causing a lot of inconvenience during database operations, so how can we delete the useless data?The deduplication technology can provide a
Oracle DatabaseAs a collection of enterprise data, its security does not need to be emphasized too much. The problem now is that when I provided technical services to customers, I found that many enterprises were not doing well in terms of security,
The greatest difference between an SQL Server database and an Oracle database is the tablespace design. Oracle Database pioneered the design concept of tablespace, which makes an indelible contribution to the high performance of Oracle Database. In
There are many formatting tools in the Oracle database to improve the readability of the results. Our database design and software development are well-rounded.
For example, it is an employee salary table in the employee salary management module.
Used to use Microsoft SQL Server2005 to write T-SQL, suddenly use oracle to use PL/SQL to write SQL statements, I feel a lot of details are different, a fuzzy query writing is completely different
T-SQL Writing Method:USE AdventureWorks;GOCreate
The following describes how to debug a function. Other debugging operations are the same.
1. debugging location
In general, there are two places to debug the program in pl/SQL Dev:
1). New-> test window:
2) Right-click the program to be debugged
I. Hardware requirements
1. Memory & swap
Minimum: 1 GB of RAMRecommended: 2 GB of RAM or more
Check memory # grep MemTotal/proc/meminfo # grep SwapTotal/proc/meminfo
2. Hard Disk
Since CentOS is installed almost 4 ~ 5 GB, plus Oracle and so on, so
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