Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
188 views21 pages

Orcl

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1/ 21

© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.

: 3DS_Document_2019
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

2

Database
2. Installing Oracle Software,
Creating & Configuring Oracle
2. Installing Oracle Software, Creating & Configuring Oracle Database
Oracle Database Installer : (12.2.0.1.0) - Standard Edition 2 and Enterprise Edition
https://www.oracle.com/technetwork/database/enterprise-edition/downloads/oracle12c-windows-3633015.html

Download and unzip Oracle database installer


© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

Extract Oracle 12c for Windows installer zip files into C:\installer\database
- winx64_12201_database.zip

3
2. Installing Oracle Software, Creating & Configuring Oracle Database
Run Oracle database installer as Administrator user

Run setup.exe from C:\installer\database


© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

4
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

5
2. Installing Oracle Software, Creating & Configuring Oracle Database
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

6
2. Installing Oracle Software, Creating & Configuring Oracle Database
2. Installing Oracle Software, Creating & Configuring Oracle Database
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

User Name: oracle12c


Password: Qwerty12345

7
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

8
2. Installing Oracle Software, Creating & Configuring Oracle Database
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

9
2. Installing Oracle Software, Creating & Configuring Oracle Database
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

10
2. Installing Oracle Software, Creating & Configuring Oracle Database
2. Installing Oracle Software, Creating & Configuring Oracle Database
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

Password: Qwerty12345

11
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

12
2. Installing Oracle Software, Creating & Configuring Oracle Database
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

13
2. Installing Oracle Software, Creating & Configuring Oracle Database
2. Installing Oracle Software, Creating & Configuring Oracle Database

!!!
Adding database service into listener - using Oracle Net manager by selecting the following menu
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

14
2. Installing Oracle Software, Creating & Configuring Oracle Database
Adding database service into listener - using Oracle Net manager by selecting the following menu
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

15
2. Installing Oracle Software, Creating & Configuring Oracle Database
Adding database service into listener - using Oracle Net manager by selecting the following menu
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

C:\app\oracle12c\product\12.2.0\dbhome_1

16
2. Installing Oracle Software, Creating & Configuring Oracle Database
Verifying Oracle database connection

1. Restart Listener service(OracleOraDB12Home1TNSListener)


2. Restart Oracle Database service (OracleServiceMYDB)
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

Open new MS-DOS Prompt session and run the following commands.

C:\> lsnrctl status

C:\> tnsping MYDB

C:\> sqlplus system/system_pwd@MYDB system_pwd is entered during Oracle12c installation (page#29)


SQL> exit

17
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

18
2. Installing Oracle Software, Creating & Configuring Oracle Database
2. Installing Oracle Software, Creating & Configuring Oracle Database
Modify database profile for password limit

By default the passwords will be expired after 180 days. You can change it by the following SQL command.

C:\> sqlplus system/system_pwd@MYDB system_pwd is entered during Oracle12c installation (page#29)


© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

SQL> ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED;

19
2. Installing Oracle Software, Creating & Configuring Oracle Database
Apply QA00000051120

QA00000051120 : Oracle query sends wrong result at first execution

C:\> sqlplus system/system_pwd@MYDB system_pwd is entered during Oracle12c installation (page#29)


© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

SQL> ALTER SYSTEM SET "_NLJ_BATCHING_ENABLED" = 0;

In QA00000051120
SQL> ALTER SESSION SET "_NLJ_BATCHING_ENABLED" = 0;

It should be
SQL> ALTER SYSTEM SET "_NLJ_BATCHING_ENABLED" = 0;

!!! IMPORTANT !!!

20
© Dassault Systèmes | Confidential Information | 1/10/2020 | ref.: 3DS_Document_2019

21

You might also like