Oracle database Startup and shutdown operations under Linux

First step: LoginAfter root login, switch to Oracle user, enterSu OracleStep Two: ConnectUnder Oracle user, enterSqlplus/nologStep Three: Use Administrator privilegesInputConnect/as SYSDBAFourth step: Start/Close ServiceInputStartupStartup

Rhel 6.5 installs Oracle 11g

http://kely28.blog.51cto.com/665690/1412730http://kely28.blog.51cto.com/665690/1412737http://kely28.blog.51cto.com/665690/1412962http://kely28.blog.51cto.com/665690/1412965Http://www.ahlinux.com/oracle/17395.html1. Install dependent packagesYum

About the restart command for Oracle

Sometimes the data is dead, or no listening, do not have to restart the machine, restart the database service line, the following is the Linux boot step, did not execute under win, may also be!Taking Oracle9i as an example(1) Log in to the database

View the user name and password for the Oracle database

Run cmd as follows input command sqlplus/as SYSDBA---------with sys login Super User (SYSDBA) ALTER user username account unlock; ---------unlocked (must be with ";" Alter user username identified password;  -------------Change your password and log

Oracle in and Exists

There are two simple examples to illustrate the efficiency issues of "exists" and "in"1. Select * from T1 where exists (select 1 from T2 where t1.a=t2.a);When the T1 data is small and the T2 data is very large, the exists query efficiency is high

Oracle replicated table structure and table data

One, duplicate table structure and dataCreate Table as Select * from V_topic v where > to_date ('2016-01-01 00:00:00','yyyy-mm-dd hh24: Mi:ss');Second, duplicate table structureCreate Table as Select * from V_topic v where 1

Java39: Database Three (Oracle)

Oracle Advanced Queries1 set operationUnion combining two tables to form a single tableIntersect the intersection of the same leave, not the same don'tMinus minus the previous result minus the result of the followingCREATE TABLE Emp3 as SELECT *

Oracle like query

Query method: Like '%xx% 'Normal: SELECT * from TABLE T WHERE t.colunm like '%xx% 'Optimization: Using INSTRSELECT * from TABLE T WHERE INSTR (t.colunm, XX) >0At the time of execution, the execution plan shows that the consumption value, IO value,

Oracle RAC Archiving vs. non-archive switching

Oracle's production libraries are all launched in archive mode, and the same is true for non-archived switches and single instances under RAC, both in the Mount mode and in the ALTER DATABASE Archivelog/noarchivelog command. The difference is that

Commands commonly used when invading an Oracle database

Recently encountered a server using the Oracle database, in the Mad learning oracle+ to consult a master after finally got the site management interface of all user passwords, I found that Oracle operation is too troublesome, for the sake of the

Configuration of Oracle Database remote connection

Today help others solve the problem, about Oracle, suddenly feel that should be a note, friends can see. Here is the detailed configuration:1. First locate the attached configuration net Manager at installation time in Oracle, open it, and configure

Oracle Forgot Password handling method

There may be people who don't use the Oracle database for a long time, and then, in turn, they'll find that they still forget the password ...Here is a workaround after forgetting your passwordFirst of all, you open the database with the SYS or

Oracle ORA-08103: Object no longer has an error

When importing data today, the database throws an exceptionBaidu a bit, the most common reason to operate at the same time, someone truncate TABLE, and then in the Select table caused.Put the error in the group, immediately someone came out to

Node connects to Oracle

Using node to connect Oracle It takes a little time to install the environment for those of you who have just started the node project or used MySQL

Installation of Oracle Client

First of all, the installation of Orcale should be very simple, installation is not good only familiar with some of the problems encountered in the record, if later forget can also look.The first biggest problem is installing the client when

Oracle Skip Index Scan test

We know in Oracle that we are able to use a skip Index Scan (index SKIP scan). However, there are some limitations to the use of a skip-index scan.CREATE TABLE test as SELECT ROWNUM a,rownum-1 B, ROWNUM-2 c,rownum-3 d,rownum-4 e from all_objects;sql>

Oracle Database Creation

dba

Open Database Configuration Assistant Next Select "Advanced Mode" next Choose the type of database you are creating (typically select Data Warehouse)(general purpose or transaction processing?:?thatOLTP(online transaction processing). The

Oracle Learning Note 1 (Environment building)

rar

The beginning of the study, I am a bit stupid, originally wanted to use Oracle VBox, installed a red hat+oracle, but the virtual machine has been error, 0x00000000 memory can not written. So think of other ways, just contact Golang, and then know

Java38: Database II (Oracle)

GROUP BY group--Number of jobs per job from the EMP group by job;--How much work select COUNT (coutn) from the EMP group by job;--the maximum wage for each job select M Ax (SAL) from EMP Group by job;--minimum wage per work Select min (sal) from EMP

Calling external C dynamic library functions in Oracle

Calling external C dynamic library functions in OracleIn order to shorten the development time, the project must call the C program that has been developed externally in Oracle.I found some posts on the Internet and summarized the article based on

Total Pages: 2147 1 .... 1584 1585 1586 1587 1588 .... 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.