Logging user login information in Oracle

We can use the Oracle Audit function to record user login information, but if opening the Audit function will degrade Oracle performance and even cause Oracle to crash. So how can we record user login information? We can actually do this by creating

Failed to upgrade Oracle Cluster Registry configuration (root.sh)

Recently, after installing the Oracle 10g RAC on the client based on SuSE SP3, I received an error message when Clusterware execution/u01/app/crs/root.sh was installed, Failed to upgrade Oracle Cluster Registry configuration because the current

Oracle's NVL () and substr () methods

1, NVL (Arg,value): represents if the value of the preceding ARG is NULL then the returned value is the following, and if value is NULL, NULL is returned.2, substr (' Kong ', Startposition,[length]): startposition If it is negative, it indicates

Oracle Exchange Partition Testing

Exchange Partition provides a way for you to migrate data between a table and a table or partition and partition, noting that the table is not converted to a constituent or non-partitioned form, but only to the number of migrated tablesIt is the

Linux platform Oracle 11g single-instance installation deployment Configuration Quick Reference

1. Rebuilding the host's Oracle User Group Unified Specification UID GID to ensure shared storage hooks or other requirements for permission specificationUserdel-501 Oracle#ID oracleuid= (Oracle) gid= (oinstall) group = (Oinstall), 501 (DBA)2.

Linux Delete Oracle "Weber products must be a boutique"

Close the database as Sysdbashutdown Abort Clear Oracle SoftwareSu--RF * rm-rf/etc/ora* 4 (Tikanga) changed to version 5 vi/etc/pam.d/Login Line at the end of the deletion session required pam_limits.so vi/etc/security/for Oracle2047163841

Oracle Common Operations

Oracle's lock table and unlockOracle's Lock table and unlock SELECT/*+ Rule */s.username,Decode (L.type, ' TM ', ' TABLE LOCK ',' TX ', ' ROW LOCK ',NULL) Lock_level,O.owner,o.object_name,o.object_type,S.sid,s.serial#,s.terminal,s.machine,s.program,

Oracle 11g has a field-level judgment on dependencies

Under Oracle 10g, the dependency is judged to be at the object level, which means that once the object accessed by the stored procedure has changed, Oracle will place the stored procedure in the invalid state. So after the DDL operation for the

Oracle creates database link

Sometimes it takes a table join query in two databases to use the database link.The role of database link is to build databases and database connections.1. First look at how to create using the Pl\sql tool.Locate the database links right-click

ORACLE 10G Flash Back recommendations

Flashback TipsThe following tips and restrictions apply to using flashback features. Flashback tips–performance For better performance, generate statistics on all tables involved in a Flashback Query DBMS_STATS by using the package, and Ke EP

Oracle data types

An exact numeric data type that uses integer data. bigint from  -2^63  ( -9223372036854775808)   to  2^63-1  (9223372036854775807) Integer data for   (all numbers). The storage size is  8  bytes. int from  -2^31  ( -2,147,483,648)   to  2^31 

Oracle Common database Fields

The database field types commonly used by Oracle are as follows: Field type Chinese description Restriction conditions Other instructions CHAR Fixed-length strings Max Length bytes

Oracle Full-Text Search

Reprinted from: http://blog.sina.com.cn/s/blog_613fee860100yhyz.html1. The Ctxsys user needs to be unlocked in order to obtain the operation rights of the CTX_DDL package.Enter the system user, enter the following command to unlock the Ctxsys

Oracle Import (IMP) and Export (exp)

ExportExp Username/[email protected] File=db.dmpImportImp username/[email protected] file=h:\db.dmp full=yNote: Before importing, please clear views, sequences, TablesYou can also export using the bat fileThe contents of the bat file are as follows:@

Oracle "Record locked by another user"

1, check the database lock, the source and type of diagnostic lock:Select Object_id,session_id,locked_mode from V$locked_object;or use the following command:Select B.owner,b.object_name,l.session_id,l.locked_modeFrom V$locked_object L, dba_objects

Oracle User expiration and unlocking

dba

Step 1: Login with Administrator account or DBA authority, such as system accountSTEP2: Execute SELECT * from Dba_users where username like '%test% 'Where Account_status is the state.The state can be divided into two categories: 1. Basic state; 2.

Common ORACLE commands

Common ORACLE commands 1. How can I view all tables in the database? Select * from sys. user_tables; 2. How to connect to a database Sqlplus/nolog; conn sys/oracle as sysdba; 3. How to start a database Startup; 4. view the ORACLE instance

Oracle troubleshooting (ORA-00600), oracleora-00600

Oracle troubleshooting (ORA-00600), oracleora-00600 This error has been shown in the alarm log for the past two

Oracle listener details

Oracle listener details Typical Listener Configuration template: There are multiple ways to create a listener: (1) netca (2) netmgr (3) manually edit the listener. ora file; The following is a standard template for Listener Configuration: Key

Linux_x64 install Oracle11g (full version), linux_x64oracle11g

Linux_x64 install Oracle11g (full version), linux_x64oracle11g 1. Modify core operating system parameters Perform the following steps under the Root user: 1) modify the user's SHELL restrictions and modify the/etc/security/limits. conf file Enter

Total Pages: 2147 1 .... 1252 1253 1254 1255 1256 .... 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.