After the N installation attempt to vomit blood summary, hope to be helpful to everyone, at the same time do record memo:
Summary: Pre-installation preparation is the key!!! Check and recheck!
Reference: Http://docs.oracle.com/cd/E16655_01/install.121/e17741/toc.htm#CEGHFFGG
ORACLE 12C Installation Step ********************************************
0, preparation software:
follows:SQL> Alter system set event= ‘28401 trace name context off‘ scope=spfile ;Summary:About a large number of concurrent error passwords connecting to the database can cause the database to hang, or cause performance problems, the impact on the database is very large, recently encountered such a case. Of course, Oracle itself is a very good feature, but in the present there are some problems, you can disable this feature with event 28401. But it
$ adrciadrci:release12.1.0.2.0-Production on Tue Nov - the: to: to -Copyright (c)1982, the, Oracle and/or its affiliates. All rights reserved. ADRBase="/u12/app/oracle"Adrci>Show log; ADR Home=/u12/app/oracle/diag/rdbms/ora12/Ora12:*************************************************************************Output The results to file:/tmp/Utsout_27496_14058_1.ado -
E_order T1 INNER JOIN (select/*+ Parallel (t2,36) Full (T2) */DISTINCT T2.super_account_no,t2.phone_no,t2.service_code, COUNT (T2.super_account_no) cn from T_pkk_fai L T2 GROUP by T2.super_account_no,t2.phone_no,t2.service_code have count (T2.SUPER_ACC OUNT_NO) > 1) rs on (Rs.super_account_no = t1.super_account_no and rs.phone_no = T1.phone_n o And Rs.service_code = t1.service_code and rs.cn > Round ((sysdate-add_months (T1.process_time, T1.free_month))/36
\hosts file 127.0.0.1 is blocked.2. Also IP address do not use DHCP to obtain IP automatically, you need to specify an IP address. This problem occurs as long as you find the cause, and then let the monitoring start normally can solve the problem.3. Firewall does not shut down caused4. Check that the other network configuration is correct.The installation is complete, according to the prompt browser access (The browser may be reported missing flash plugin to install one on the line)User name is
Oracle 12c In-Memory in Tablespaces
As mentioned In the previous article, you can enable In-Memory at the table level. In fact, you can also enable Tablespaces at Tablespaces level, in-Memory is also enabled for all tables stored In Tablespaces. Let's test it.
1. Create a tablespace and specify the INMEMORYSQL> CREATE TABLESPACE tbs1 datafile 'tbs1' SIZE 40 M DEFAULT INMEMORY;
2. Create a table on the newly
Tags: srvctladdserviceSrvctl Add ServiceThe parameters are as follows:-S: Service name-R: Preferred instance Name-A: alternate instance name-p:taf policy, with none,basic,preconnect three values selectable-D-pdbSrvctl Add service-help View the meaning of each parameterIf-pdb is not specified here, it is connected to the CDB, which is required to remotely clone the PDB and set TNS.Srvctl add service-s lych_srv-d xxx-pdb xxx-a xxx-r xxx---Manually configuring TNS, Srvctl Config scan can view the s
patiently. 10 after the inspection passed, will give you this information, you can save, you may use later. Click Install. 11, after the patience to wait for the installation, I installed for half an hour. 12, then will pop up the following box out, click Password Management. To set the password. 13,sys system is the user you want to use. You can fill in the password, but be sure to remember. After the Oracle link is the user with the password to
Open Https://localhost:5500/em, Login failed with two accounts (Sys;change_on_install) and (System;manager)Resolved in the following ways:(1) Enter Sqlplus Sys/change_on_install as SYSDBA on the Windows command line(2) Modify the SYS account password: ALTER user SYS identified by "New password";(3) Note that the last semicolon of the second step is not missing(4) Try again, login successfulThe SYS password is not modified during Oracle
opened.Sql> select Name,open_mode from V$pdbs;NAME Open_mode------------------------------ ----------Pdb$seed READ onlyPDBYCR MountedPDB2 READ WRITEImplemented PDB2 self-booting, you can start different PDB by modifying the SQL statement in the trigger script or implement the self-boot of all PDB, the script is as follows:CREATE TRIGGER OPEN_PDB_PDB2After STARTUPOn DATABASEBEGINEXECUTE IMMEDIATE ' alter pluggable database PDB2 open ';END Open_all_pdbs;/Observe the alert log with the following m
Create a temporary table spaceCreate temporary tablespace test_tempTempfile ' D:\app\orcl\oradata\temproryTestUserSpace\test_temp1.dbf 'Size 10m autoextendOn next 10m maxsize 50m extent management local;Create a data table spaceCreate tablespace test_data LoggingDataFile ' D:\app\orcl\oradata\temproryTestUserSpace\test_data1.dbf 'Size 10m autoextend on next 10m maxsize 50m extent management local;Create User Settings user passwordCreate User C # #XSCJ identified by XSCJ defaultTablespace Test_da
(Database in-memory) provides the best of both worlds by allowing dataTo is simultaneously populated in both an in-memory row format (the buffer cache) and a new inmemoryColumn format.Note that the Dual-format architecture does is not a double memory requirements. The In-memoryColumn format should is sized to accommodate the objects that must being stored in memory, but theBuffer cache have been optimized for decades to run effectively with a much smaller size than the sizeof the database. In p
Tags: database backup Oracle Solution
Course lecturer: Xiao Liu Teacher
Course Category: Oracle
Suitable for people: advanced
Number of lessons: 15 hours
Update level: Complete
Type of Service: Class C (General Service class course)
Using the technology: Oracle
Projects involved: Oracle
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.