Installation record of ArcSDE for Oracle 11g
(06:19:36)
Reprinted
Tags: Miscellaneous
Category:MSN migration
Guangzhou customers require a development environment of Windows server2008 and Oracle 11g, so
Select to create a tableORACLE: Create Table Table2 as (select * From Table1 );Sqlserver: Select * into Table2 from Table1;
Recursive queryORACLE: connectSelect... from Where Start with Connect by Sqlserver: CTE; With CTE (ID, name, PID,
ArticleDirectory
Use of Oracle oerr tool in Linux/untitled
Use of Oracle oerr tool in Linux/untitled
Oerr is a tool for Oracle to find ora errors on UNIX, which is extremely convenient.Command Format:Oerr ora error codeFor example, to view the
The initialization parameter open_cursors in initsid. ora determines the maximum number of cursors per user.
Check the parameter specified by executing the following SQL:Select * from V $ ParameterWhere name = 'open _ cursors' /
If you want
When the database suffers from incomplete data files, you can use these data files to create a new database.
Two links:
How to and when to recreate control files.
Http://www.dbasupport.com/forums/showthread.php? S = & threadid = 34259.
Http:/
1. Oracle Constraints· If a constraint only applies to individual fields, you can define the constraint at the field level or at the table level. However, if a constraint acts on multiple fields, constraints must be defined at the table level
· When
During SQL migration to Oracle, the table name and field name are capitalized, because the default table name and field name in Oracle are both uppercase, although double quotation marks can be used for operations, for example, select * from
Oracle Database 10g express EditionDisable the oraclexetnslistener and oracleservicexe services before use,Then, set C: \ oraclexe \ app \ oracle \ product \ 10.2.0 \ Server \ Network \ adminIn the listener. ora and tnsnames. ora files under the
Oracle SQL developer is a free Oracle database development tool with a graphical interface provided by Oracle. The function is similar to Toad and PL/SQL developer. The difference is that oralce SQL developer has the following advantages:
1.
Author:
Fuyuncat
Source: Www.hellodba.com
As an important mechanism in Oracle, SCN (system Chang number) plays an important role in data recovery, data guard, streams replication, and synchronization between RAC nodes.
2. the maximum number of lists in the in clause is 1000. If the number is exceeded, an error is returned. A temporary table can be used for troubleshooting;
2. The character length of the create trigger statement text cannot exceed 32 KB (the long
Modify the character set of Oracle 10 GB
Modify the database character set to zhs16gbk.View server character setsSQL> select * from V $ nls_parameters;Modify:$ Sqlplus/nologSQL> Conn/As sysdbaIf the database server has been started, run shutdown
People who have installed Tomcat and Oracle locally may know that after installing Oracle, they will find that Tomcat port 8080 is occupied by Oracle.
After the Oracle database is fully installed, an XDB window will pop up when we access port 8080,
I. Stored Procedure calls without return values
Stored Procedure:
Create or replace procedure pro_1 (para1 in varchar2, para2 in varchar2)
Begin
Insert into DBO. EMP (ID, name) values (para1, para2 );
End pro_1;
Java code:
Package com. icesoft.
Oracle 10g installation in win7, select advanced options, prompt program abnormal termination, an unknown error occurs
Modify Oracle 10g \ database \ stage \ prereq \ dB \ refhost. xml
In the
Go to the install directory and find the oraparam.
Create or replace Package TypesAsType ref_cursor is ref cursor;End;/
Create Table stock_prices (Ric varchar (6) primary key,Price number (7,2 ),Updated Date );/
Create or replace function sp_get_stocks (v_price in number)Return types.
The default database character set is al32utf8.The company uses the zhs16gbk character set, so the character set is changed using the following method:
Sqlplus sys_name/sys_password as sysdba shutdown immediate; Startup Mount alter system enable
The following are some of the minor problems I encountered while using nhib.pdf. Record them and use them as notes!
1. Auto-incrementing sequence and strict type MatchingHBM. the generator class in the XML configuration file can be set to "increment"
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