Installation Background: due to the need of Graduation Project, Oracle 10g is installed on CentOS6.2 platform, mainly referring to the documents I think are more reliable on the Internet. It turns out that this is also true, here are my installation steps for your reference! (Because some documents with previous errors are lost, Google is recommended if you have any problems !)
Installation preparation:
1/1
Tags: Oracle 11g tablespace Table Grant userDaoteng Oracle for a while. Because the project often need to use, some basic function or need to grasp, convenient for peacetime project docking and maintenance, truth-seeking, speak, today record an Oracle 11g complete creation of tablespace example1. LoginSu-oracelSqlplus/
--oracle exception return complete information, see finally attached--Of course, it's best to select the returned information, along with other relevant information about the code--such as the occurrence of object name, time, etc. insert pre-built reference error table--11:08 2007-11-26 edit by Inreyou
DeclareStrName Varchar2 (20);BeginStrName: = ' datanotfound '
Label:As a rookie, after completing the installation of the Oracle database, you do not know how to start. After some toss and then understand some of the reasons, summed up as follows: In fact, the Oracle database and MySQL database start are the same principle. MySQL database startup is (typically a command line operation without the client software installed) 1. After installing
The SQL statement executes the complete process:1. The user process submits an SQL statement: Update temp set A=A*2 to the server process.2. After the server process receives the information from the user process, the process allocates the required memory in the PGA, storing the relevant information, such as the login information associated with the session memory store.3. The server process converts the character of this SQL statement into an ASCII e
IUSRWatermark/2/text/ahr0cdovl2jsb2cuy3nkbi5uzxqv/font/5a6l5l2t/fontsize/400/fill/i0jbqkfcma==/dissolve/70/gravity /center ">After clicking OK. Will give the selected user to join the corresponding permissions, I was doing, there are some files do not have access to the permission. Just ignore it and OK.The entire process is complete and then back to the Secure Options page. This time click AdvancedIn the advanced security settings that pop up, click
The previous article briefly describes the Oracle parameters database stored procedure of type object, and how Java uses JDBC to invoke stored procedures of that class.But what I need is a solution under C + +. Using POCO libraries did not find any way to invoke the type of stored procedures, but the functionality still needs to be implemented, and later found that Oracle supports XML parsing, so the follow
How Does Oracle query the complete definition statement Syntax of an object: DBMS_METADATA.GET_DDL (object_typeINVARCHAR2, nameINVA
How Does Oracle query the complete definition statement Syntax of an object: DBMS_METADATA.GET_DDL (object_type IN VARCHAR2, name IN VA
How Does
related tests for flashback and archiving Reference blog:http://www.cnblogs.com/hellojesson/p/7050097.htmldatabase management reference in archive Mode blog:http://www.cnblogs.com/hellojesson/p/7182219.htmlScenario Description:The local database is currently running in non-archive mode and does not have the flashback function turned on!!!We have to do is to: Database switching in the archive mode, open the
Summary of various problems encountered after oracle installation is complete.
Basic commands:
Logon command
Sqlplus
Sqlplus User Name
Sqlplus user name/Password
Sqlplus/nolog
-- Account connection command
Conn
Conn User Name
Conn username/password
-- Exit the system
Exit
Quit
-- View the user name and status (executed by the Administrator)
Select username, account_status from dba_users;
Default User:
Scot
In the process of creating a complete database from the Oracle database file, first create an ORACLE database locally. I have written the global database name and SID to SCHOOL.
In the process of creating a complete database from the Oracle database file, first create an
After oracle shares the SQL statements, the intercepted SQL statements contain variables. Create a function jy_getsql to obtain the complete SQL statement CREATEORREPLACEF.
After oracle shares the SQL statements, the intercepted SQL statements contain variables. CREATE a function jy_getsql to obtain the complete SQL st
Oracle Network Configuration Three configuration filesListener. ora,Sqlnet. ora,Tnsnames. oraAll are placed in$ ORACLE_HOME \ network \ adminDirectory.1. sqlnet. ora ----- SimilarLinuxOr otherUnixOfNsswitch. confFile to determine how to find a connection string. For example, we enterSqlplus sys/oracle @ orclAssume that mySqlnet. oraIt looks like this:SQLNET. AUTHENTICATION_SERVICES = (CNT)NAMES. DIRECTORY_P
Before the business system stress test, Oracle dba must complete the work in advance. oracledba
This article is the original article, reproduced please indicate the source: http://blog.csdn.net/msdnchina/article/details/42376661
Before the business system stress test, the Oracle dba must complete the following work in
Label:Problem:Oracle One-R2 64-bit installation is complete after the Network/admin directory does not actually have Tnsnames.ora and Listener.ora filesSolution:The problem is that before I installed another version of Oracle, I was installing Oracle XE without uninstalling cleanly, causing the presence of tns_admin in the environment variable to point to an inco
Creating a table in a complete Oracle table creation example is generally quite simple, but the Oracle table creation statements have many optional parameters, and some of them may not be used at ordinary times, I don't know how to use it when I use it. Here is an example of a complete TABLE creation: [SQL] CREATE TABL
default password is Change_on_install(2), the system user is the management operator, the authority is also very large. With the Sysoper role, without the CREATE DATABASE permission, the default password is the manager(3), generally speaking, the database maintenance, using the system user login on the line.(4), SYS and system two users the biggest difference is that there is no permissions to create database.PS: There is a common user for learning Oracle
Table creation is generally quite simple, but the Oracle table creation statements have many optional parameters. Some of them may not be used at ordinary times and do not know how to use them.
Table creation is generally quite simple, but the Oracle table creation statements have many optional parameters. Some of them may not be used at ordinary times and do not know how to use them.
Table creation is
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.