Oracle modifies user names and passwords

After the Oracle database is copied or cloned, it is often necessary to modify the user name and password, and the following summarizes the methods and steps to modify:1, Query system table user$SELECT name,user# from user$ WHERE UPPER (TRIM (name))

Oracle Query Utility Commands

1. Set the length of each line:SET Lin[esize] 200;2, set the number of pages:SET Pages[ize] 50;3. View table space Related information:Select file_id, Tablespace_name, file_name from Dba_data_files;4. View all the tables in the system:Select owner,

Oracle Database Connection detection (Shell)

1 Version InformationOracle Database version: Oracle release 10.2.0.1.0System version: Red Hat enterpriselinux 5.42 Detection Step 2.1 writing a shell scriptUnder users who have Sqlplus Execute permissions, edit the check_oracle_connection.sh script.

Oracle Locks Temporary Table statistics

The statistics of the global temporary table cannot be collected, if it is collected, its statistic is definitely 0, it will cause the execution plan is not allowed, so we should lock up its statistic information and prevent the system from

Oracle correctly deletes archivelog files (go)

From :Http://www.itpub.net/thread-1636118-6-1.htmlWhen Oracle opens the archive mode, it generates a lot of archivelog files in the specified archive directory, and the default is not to be purged periodically, and the folder takes up a lot of space

Oracle Common Error Highlights

1. ORA-12560:TNS: Protocol Adapter errorOracleservice Service not started2, Ora-12541:tns: No monitoring programOracletnslistener Service not started3. Ora-12514:tns: The listener does not currently recognize the requested service in the connection

"Latest" JAVA Spring MVC +mybatis (Oracle and MySQL) HTML5

Description: JAVA springmvc+mybatis (Oracle and MySQL) HTML5 new tall background framework1. Support App mobile app (Android and iOS) interface call (JSON interface can be interfaced with other programs)2. New tall Changquan html5+css3.0 development

When the Oracle session is locked

There is a recurring problem where one of Oracle's tables suddenly fails to update, either through PL/SQL Developer or through Sqlplus, to execute an UPDATE statement or to execute a SELECT * FROM table_name for update All the same, has been in the

Use of the Oracle Import and Export tool

Use of the Oracle Export tool Exp: 1. Fully export the database test (remote database must be a connection identifier), username system, password Manager, export to D:\DAOCHU.DMP: Exp system/[email Protected] File=d:\daochu.dmp full=y 2, export the

Oracle Collection Operations

Collection Key Words:1 , UNION: Set, all contents are queried, repeated display once , Sort Ascending By default ;2 , UnionAll: The collection, all the content is displayed, including the duplicate , there is no sort of display content ;3 ,

Round in Oracle/vba

VBA Round is based on the silver Connoisseur algorithm (rounds to the nearest even number)Round (1.5) = 2Round (0.5) = 0Implementing Banker Algorithms in Oraclesql> Create or Replace function Bankers_round (val number, rnd_digit number: = 0) return

One of the new features of ORACLE 11G (add fields with default)

Before 11g, add a field with default value, the implementation principle is as follows:ALTER TABLE T1 add C1 varchar2 (a) default ' XX ' NOT null;Assuming that the T1 table has 40 million rows of data, Oracle returns a "Success Prompt" to the user

Ora-01033:oracle Initializationgorshutdown Treatment Method

The client Oracle server enters the PL/SQL developer times ora-01033:oracle Initializationg or shutdown in progress error message that the application system cannot connect to the Oracle service. Solve the problem by remote guidance. The process is

"Latest" JAVA Spring MVC +mybatis (Oracle and MySQL) HTML5

Description: JAVA springmvc+mybatis (Oracle and MySQL) HTML5 new tall background framework1. Support App mobile app (Android and iOS) interface call (JSON interface can be interfaced with other programs)2. New tall Changquan html5+css3.0 development

Connections to Oracle databases

Modeled http://blog.csdn.net/makenothing/article/details/170800691 Adding a database connection to the Oracle connection VS2010Get the connection stringData Source=server1; Persist Security info=true; User id=s227; password=xxx; Unicode=truexxx for

Oracle backup Import

Oracle backup Import * *** If you want to save it as a bat file, you 'd better use Chinese Characters Import: Imp clsoftoa/clsoftoa @ orcl124 -- username/password of the database to be imported @ Database Name Fromuser = 'clsoft 'touser =

Select count (*) and select count (1), selectcount

Select count (*) and select count (1), selectcount Original article: http://blog.csdn.net/hzhsan/article/details/9186831 Generally, the returned results are the same for Select Count (*) and Select Count (1 ). If the table does not have a Primary

Oraclerman recovery from different machines

Oraclerman recovery from different machines     Oracle source host Oracle target host Host Platform CentOS6.2 (final) CentOs6.2 (FInal) Host Name Vick Rman IP address 192.168.1.11 192.168.1.

Oracle-function exercise

Oracle-function exercise /** Scm_iss.test_imti_fun2 * Function with input parameters */create or replace function TEST_IMTI_FUN2 (P_NO in number) RETURN VARCHAR2 IS P_IMTI_NAME VARCHAR2 (200); P_IMTI_DESC VARCHAR2 (200 ); p_RETURN VARCHAR2 (200);

DBA_Oracle Archive Log basic application and enabling (concept), dba_oraclearchive

DBA_Oracle Archive Log basic application and enabling (concept), dba_oraclearchive BaoXinjian I. Summary Archive logs are backups of redo logs. Archive logs are used for media recovery. Log Operation Mode 1. Noarchivelog (non-archive Mode) Do not

Total Pages: 2147 1 .... 1675 1676 1677 1678 1679 .... 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.