RHEL 5.5 sqlplus error

$ / Usr/lib/oracle/11.1.0.1/client64/bin/sqlplus tver / tver @ 192.168.20.47:1521 / TMDB / Usr/lib/oracle/11.1.0.1/client64/bin/sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory Ap ...

How to give a user the right lower

View this user all system permissions: select * from dba_sys_privs where grantee = 'BACKUSER'; GRANTEE PRIVILEGE ADM ------------------------------ -------------------- -------------------- BACKUSER CREATE SESSION NO Recycling: revoke create ...

Oracle Analysis Function

Oracle Analysis Function FUNCTION_NAME (<argument>, <argument> ...) OVER (<Partition-Clause> <Order-by-Clause> <Windowing Clause>) SELECT t.transaction_date, t.item_id, t.quantity, SUM (decode (t.transaction_type, 'R ...

scripts of create database

1.create init.ora log_archive_dest_1 = 'LOCATION = / arch /' log_archive_format =% t_% s_% r.dbf db_block_size = 8192 db_file_multiblock_read_count = 16 open_cursors = 300 db_domain = "" db_name = gc background_dump_dest = / oracle ...

ORA-00918 AMBIGUOUS COLUMN ERROR

Outer Join Returns Ambiguous Column Error ORA-00918 on 10.2 [ID 337279.1] -------------------------------------------------- ------------------------------ Modified 11-MAR-2009 Type PROBLEM status PUBLISHED In this Document Symptoms Cause Solution Re ...

Stored procedure insert data one day of the statistical quantity

create or replace procedure webtongji IS BEGIN BEGIN INSERT INTO t_event_webtongji SELECT (SELECT COUNT (ID) FROM T_EVENT T WHERE EVENTSTATEID = 05 AND T. C_CREATETIME BETWEEN (SELECT ((SYSDATE-1 - TO_DATE ('19700101080000 ',' YYYY-MM-DD ...

Linux / Uninx under Oracle's oerr the use of tools

oerr is in unix on oracle ora error to find a small tool, extremely easy. Command format: oerr ora error number ora-01632 for example, to view a description: [Oracle @ shtdtest oracle] $ oerr ora 01632 01632, 00000, "max # extents (% s) reached ...

sqlplus Tips: Script search path

By default, the start or in the sqlplus through @ call script will only work in the system path of the current search script, such as the following example, the need to put the script t.sql d: \ directory, otherwise error . D: \> sqlplus ning / ni ...

Dataguard create a physical standby steps [RMAN copy]

Platform: Oracle 10.2.0.1 on CentOS 5.1 Primary Host Configuration: 1, the installation of production database instance named orcl 2, hostname for the primary 3, the host has to open archive Standby equipment machine configuration: 1, only install so ...

The database using SQL_TRACE diagnosis

Diagnosis of the database using SQL_TRACE: eygle | English Version [reproduced the form of a hyperlink, please indicate the source and author information in the article and the statement] Links: http://www.eygle.com/archives/2004/10/use_sql_trace_to_diagn

Linux use in the history of the callback function SQLPLUS

In Linux, when using SQL * PLUS, history does not provide a callback function, and sometimes inconvenient. In order to use the Up and Down Arrow call history command, you can install rlwrap the software. rlwrap, the program itself is a Shell, you can run

SAP installation-CJS-30022 FCO-00011 The step run

WARNING 2010-05-06 20:19:34.562 Execution of the command "C: \ j2sdk1.4.2_17-x64 \ bin \ java.exe-classpath migmon.jar-showversion-Xmx1024m com.sap.inst.migmon.imp.ImportMonitor-sapinst" finished with return code 103. Output : java version "

Oracle outer joins and (+) of usage

Oracle outer join and (+) of usage For external connectivity, Oracle can use "(+)" to represent, 9i can use the LEFT / RIGHT / FULL OUTER JOIN, the following will be introduced with examples of 11. 1. LEFT OUTER JOIN: left lateral associati ...

Oracle outer join and (+) of usage

Oracle outer join and (+) of usage For external connectivity, Oracle can use "(+)" to represent, 9i can use the LEFT / RIGHT / FULL OUTER JOIN, the following will be introduced with examples of 11. 1. LEFT OUTER JOIN: left lateral associati ...

Standby database in several concepts - LGWR, ARCH, ASYNC, SYNC, AFFIRM

1. Hot Standby Broadly speaking, hot standby (Fault Tolerant) is an important service for the use of two servers, each backup, the joint implementation of the same service. When a server fails when, can be another server assume responsibility for service

shutdown abort of the database

When shutdown abort, kill the process with the same effect as the database is shut down immediately, this time the state may be inconsistent because of the normal document closure of the database will be synchronized check the file so that when the f ...

Dataguard steps to create the physical standby [direct copy files / RMAN]

Platform: Oracle 10.2.0.1 on CentOS 5.1 primary host configuration: 1, the installation of production database instance named orcl 2, hostname for the primary standby equipment machine configuration: 1, only install software 2, hostname for the stand ...

take the data optimized dblink

Today, the developer gave me some stored procedures, some of the code is as follows: CREATE TABLE tmp AS SELECT FEE.MSISDN, HW.CITY_ID, HW.ZONENAME, TO_CHAR (FEE.DEAL_DATE, 'yyyymmddhh24miss') AS DEAL_DATE, FEE.PAY_VALUE, FEE.CPSERVICEID, CAS ...

Dataguard create a physical standby steps [direct copy files / RMAN]

Platform: Oracle 10.2.0.1 on CentOS 5.1 primary host configuration: 1, the installation of production database instance named orcl 2, hostname for the primary standby equipment machine configuration: 1, only install software 2, hostname for the stand ...

start and stop oracle database

Start the database using sqlplus sqlplus / nolog SQL> connect system / change_on_install as sysdba SQL> startup Stop the database using sqlplus $ ORACLE_HOME / bin / sqlplus / nolog SQL> connect system / change_on_install as sysdba SQL> s ...

Oracle database character set changes

oracle database character set change A, oracle server-side character set query select userenv ('language') from dual Which is server-side character set NLS_CHARACTERSET NLS_LANGUAGE form for the server-side character display B, query oracle c ...

oracle bottles and what is meant by default PLSExtProc

The default installation will install a PL / SQL external procedures (ExtProc) entries in listener.ora, the oracle to call an external program is the default configuration of the monitor, its name is usually ExtProc or PLSExtProc, but generally will ...

oracle to learn ------ sqlnet. ora; tnsnames.ora configuration files, etc. (2)

Connected to a tnsnames.ora file configuration When the sqlnet.ora exists NAMES.DIRECTORY_PATH = (TNSNAMES), that is the client connection string in parsing tnsnames only when using the file, provided to the host name or ip tnsname address resolution ...

oracle learning ------, sqlnet.ora; tnsnames.ora configuration files such as (1)

Leads to: Qwhy students oracle database connection does not, the error message is: ora 12560 tns protocol adapter error Online solutions generally three types: 11 tried to not set up, and finally found to be accidentally changed the configuration fil ...

oracle learning ------, sqlnet.ora; tnsnames.ora configuration files, etc. (1)

Leads to: Qwhy students oracle database connection does not, the error message is: ora 12560 tns protocol adapter error Online solutions generally three types: 11 tried to not set up, and finally found to be accidentally changed the configuration fil ...

Oracle Query current connection users

Oracle Query current connection users select sid, serial #, username, program, machine, status from v $ session where username = 'DAIMIN' AND STATUS = 'ACTIVE';

oracle learning ------ sqlnet. ora; tnsnames.ora configuration files, etc. (2)

Connected to a tnsnames.ora file configuration When the sqlnet.ora exists NAMES.DIRECTORY_PATH = (TNSNAMES), that is the client connection string in parsing tnsnames only when using the file, provided to the host name or ip tnsname address resolution ...

Database start / building a database encountered ORA-00600: [keltnfy-ldmInit]

Start the database when the error: [Oracle @ gaojf] $ sqlplus "/ as sysdba" SQL * Plus: Release10.2.0.3.0 - Production on Sun Jun 17 03:32:27 2007 Copyright (c) 1982, 2006, Oracle. All Rights Reserved. Connected to an idle instance. SQL> ...

DB_UNIQUE_NAME understanding and DB_NAME

DB_UNIQUE_NAME DB_NAME Database in general what we saw did not make the specific difference, but in many instances of multiple data system, the two have often been mentioned. Accidentally put the two as a stuff up. It is not. Understanding of their p ...

connection and the relationship between session

connection and the relationship between session 1. Official explanation: 1.1 connection: A connection is a physical path from a client to an Oracle instance. A connection is established either over a network or over an IPC mechanism. A connection is ...

Oracle ports in the firewall on the development issues

Oracle ports in the firewall on the development issues [Oracle services on the firewall open ports] Needs and the Oracle database to do DBLink, try to connect to the server even when matter how unreasonable, check the network to check the port 1521, ...

Query table space where the path

Query table space where the path select * from dba_data_files f where f.tablespace_name = 'CMB_BMSD'

Oracle Remove Column

Oracle Remove Column 2 ways to delete the column alter table qq drop column TIME alter table qq set unused ("TIME") cascade constraints; (NOTE TIME for the field names to uppercase) 2 ways to delete the column The first direct command to de ...

oracle system table used

dba_ beginning ..... dba_users database of user information dba_segments segment information table dba_extents data area information dba_objects database object information dba_tablespaces database table space information dba_data_files data file set ...

ORA-29701: unable to connect to Cluster Manager

Today when installed ASM, DBCA error when: ORA-29701: unable to connect to Cluster Manager Baidu on the metalink and found a pile, I also know that the process is cssd no Kai. But the flute is get up. Execution $ ORACLE_HOME / bin / localconfig add Inform

Linux, Oracle9i RMAN backup and recovery steps to introduce

1, switching servers archive mode, if you have a file pattern can skip this step: % Sqlplus / nolog (start sqlplus) SQL> conn / as sysdba (to connect to the database as DBA) SQL> shutdown immediate; (now closed database) SQL> startup mount ( ...

Common monitoring statement

Common monitoring statement Oracle-common control SQL2009-03-18 10:551. Monitoring case of waiting: select event, sum (decode (wait_time, 0,0,1)) prev, sum (decode (wait_time, 0,1,0)) curr, count (*) from v $ session_wait group by event order by 4; 2 ...

Sqlplus clob field in the content of all output

Sqlplus output in all fields of content creation table clob create table tp_clob ( test clob; ) ; Use of tools pl / sql developer to write the following contents create or replace function fn_test (v_table in varchar) return number as v_count number; ...

Remove large amounts of data submitted by sub-

Remove large amounts of data submitted by sub- Example 1: declare i integer; begin loop execute immediate 'delete from tb_name f_a = xxx and f_b = yyy and romnum <5000'; commit; select count (*) into i from tb_name f_a = xxx and f_b = yyy; ...

SQLLOAD Application examples

sqlload_ctl.sh file as follows: . $ (HOME) /. Biconfig TABNAME = tb_individual_bill INTCODE = 05111 #! / Bin / sh sql_clean () ( sqlplus-s $ (loghwods) <<EOF set echo off; set heading off; set verify off; set feedback off; set show off; set tri ...

sqlplus output to change the date format (nls_date_format)

Encountered in work with the spool export data, including date format fields, because the format of each column, you do not want to date again to_char to format it, and then also to use to_char to all the columns are written in select statement . ... ...

examples of pipelined function

A recent offer the following data in EXCEL format Name of school students to the number of listed companies 0 AA a small company Bama AA company NULL 0 AA company NULL 0 AA company NULL 0 AA company NULL 0 AA company NULL 500 BB company Bama two smal ...

Recursive query to identify the full path of the tree-level

Recursive query to identify the full path of the tree-level SYS_CONNECT_BY_PATH and several pseudo-column CONNECT_BY_ROOT, CONNECT_BY_LEAF, CONNECT_BY_ISCYCLE SYS_CONNECT_BY_PATH function Since the start Since Oracle 9i, you can achieve by SYS_CONNEC ...

Oracle: complete end of the session, the total unlock - change

oracle session is often locked. But sometimes alter system kill session 'sid, serial #'; does not completely kill the session. Linux can only kill the corresponding process Caixing. Previously been through the v $ session where the logon_time, and

Oracle error archiving

ora-01795: maximum number of expressions in a list The error is: SQL in the query WHERE 'COLUMN' IN (values ,...) in which the set value is too large, its value should be 1000 in size

Oracle nocatalog and catalog the differences between

nocatalog way is to use the control file as the catalog, each control file backup must go back inside to write a lot of information, control file backup which more and more information. If the catalog, you must first create a directory to backup the ...

[Change] Oracle backup and recovery

Oracle backup and restore the database backup and recovery management in one of the most important aspects. If the database crashes but no way to recover it, then the devastating results of the company may be data loss, revenue, customer dissatisfaction.

Shared locks and exclusive locks

1. Shared lock lock] [S Also known as read lock on data object if the transaction T S A plus lock, then the transaction T can be read but not modify the A A, other services can add another S lock on A, but not add X lock, until the release of A, T S- ...

------ Oracle learning and non-archived on the archive, redo log files

1: redo log files oracle redo log files, the database will record any action, including DML and DDL statements, such as data structures change. When data is other than to amend or delete, or instance, disk failure can also be used to recover redo log ...

Dalian local database services and middleware services

Good Software Development Co., Ltd. Dalian Ya can do in Dalian local ORACLE database services and weblogic, websphere middleware services, please contact the company if necessary http://www.scmotor.com/ysoraclefuwu.html
Recent
Recent Entries
Tag Cloud
Random Entries
Latest Comments