Installing Oracle 12c [message #652666] |
Wed, 15 June 2016 21:39 |
|
juanmapalad
Messages: 21 Registered: June 2016
|
Junior Member |
|
|
hi friend, good day.
i am a beginner in this field and installed Oracle 12c in my laptop for self study.
unfortunately i have encountered some errors along the installation. i just click "Continue"
for me to push through, but i was stuck at 69% of the installation process its been 5 hours
and no movement from the 69% of progress. yo may view the image here: http://imgur.com/rMOa6yx
looking forward for some help
thanks a lot
[mod-edit: image inserted into message body by bb]
[Updated on: Wed, 15 June 2016 21:49] by Moderator Report message to a moderator
|
|
|
|
Re: Installing Oracle 12c [message #652668 is a reply to message #652667] |
Wed, 15 June 2016 22:28 |
|
juanmapalad
Messages: 21 Registered: June 2016
|
Junior Member |
|
|
hi Barbara,
Thanks for your response,
I am using windows 8.1 single language, only the errors that was in screenshot was the
only issue i encountered,
below is the db.rsp that I got from the installation:
####################################################################
## Copyright(c) Oracle Corporation 1998,2014. All rights reserved.##
## ##
## Specify values for the variables listed below to customize ##
## your installation. ##
## ##
## Each variable is associated with a comment. The comment ##
## can help to populate the variables with the appropriate ##
## values. ##
## ##
## IMPORTANT NOTE: This file contains plain text passwords and ##
## should be secured to have read permission only by oracle user ##
## or db administrator who owns this installation. ##
## ##
####################################################################
#-------------------------------------------------------------------------------
# Do not change the following system generated value.
#-------------------------------------------------------------------------------
oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v12.1.0
#-------------------------------------------------------------------------------
# Specify the installation option.
# It can be one of the following:
# - INSTALL_DB_SWONLY
# - INSTALL_DB_AND_CONFIG
# - UPGRADE_DB
#-------------------------------------------------------------------------------
oracle.install.option=INSTALL_DB_SWONLY
#-------------------------------------------------------------------------------
# Specify the hostname of the system as set during the install. It can be used
# to force the installation to use an alternative hostname rather than using the
# first hostname found on the system. (e.g., for systems with multiple hostnames
# and network interfaces)
#-------------------------------------------------------------------------------
ORACLE_HOSTNAME=EPLDT-PC
#-------------------------------------------------------------------------------
# Specify the Unix group to be set for the inventory directory.
#-------------------------------------------------------------------------------
UNIX_GROUP_NAME=
#-------------------------------------------------------------------------------
# Specify the languages in which the components will be installed.
#
# en : English ja : Japanese
# fr : French ko : Korean
# ar : Arabic es : Latin American Spanish
# bn : Bengali lv : Latvian
# pt_BR: Brazilian Portuguese lt : Lithuanian
# bg : Bulgarian ms : Malay
# fr_CA: Canadian French es_MX: Mexican Spanish
# ca : Catalan no : Norwegian
# hr : Croatian pl : Polish
# cs : Czech pt : Portuguese
# da : Danish ro : Romanian
# nl : Dutch ru : Russian
# ar_EG: Egyptian zh_CN: Simplified Chinese
# en_GB: English (Great Britain) sk : Slovak
# et : Estonian sl : Slovenian
# fi : Finnish es_ES: Spanish
# de : German sv : Swedish
# el : Greek th : Thai
# iw : Hebrew zh_TW: Traditional Chinese
# hu : Hungarian tr : Turkish
# is : Icelandic uk : Ukrainian
# in : Indonesian vi : Vietnamese
# it : Italian
#
# all_langs : All languages
#
# Specify value as the following to select any of the languages.
# Example : SELECTED_LANGUAGES=en,fr,ja
#
# Specify value as the following to select all the languages.
# Example : SELECTED_LANGUAGES=all_langs
#-------------------------------------------------------------------------------
SELECTED_LANGUAGES=en
#-------------------------------------------------------------------------------
# Specify the complete path of the Oracle Home.
#-------------------------------------------------------------------------------
ORACLE_HOME=C:\app\EPLDT\product\12.1.0\dbhome_2
#-------------------------------------------------------------------------------
# Specify the complete path of the Oracle Base.
#-------------------------------------------------------------------------------
ORACLE_BASE=C:\app\EPLDT
#-------------------------------------------------------------------------------
# Specify the installation edition of the component.
#
# The value should contain only one of these choices.
# - EE : Enterprise Edition
#-------------------------------------------------------------------------------
oracle.install.db.InstallEdition=EE
###############################################################################
# #
# PRIVILEGED OPERATING SYSTEM GROUPS #
# ------------------------------------------ #
# Provide values for the OS groups to which OSDBA and OSOPER privileges #
# needs to be granted. If the install is being performed as a member of the #
# group "dba", then that will be used unless specified otherwise below. #
# #
# The value to be specified for OSDBA and OSOPER group is only for UNIX based #
# Operating System. #
# #
###############################################################################
#------------------------------------------------------------------------------
# The DBA_GROUP is the OS group which is to be granted OSDBA privileges.
#-------------------------------------------------------------------------------
oracle.install.db.DBA_GROUP=
#------------------------------------------------------------------------------
# The OPER_GROUP is the OS group which is to be granted OSOPER privileges.
# The value to be specified for OSOPER group is optional.
#------------------------------------------------------------------------------
oracle.install.db.OPER_GROUP=
#------------------------------------------------------------------------------
# The BACKUPDBA_GROUP is the OS group which is to be granted OSBACKUPDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.BACKUPDBA_GROUP=
#------------------------------------------------------------------------------
# The DGDBA_GROUP is the OS group which is to be granted OSDGDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.DGDBA_GROUP=
#------------------------------------------------------------------------------
# The KMDBA_GROUP is the OS group which is to be granted OSKMDBA privileges.
#------------------------------------------------------------------------------
oracle.install.db.KMDBA_GROUP=
###############################################################################
# #
# Grid Options #
# #
###############################################################################
#------------------------------------------------------------------------------
# Specify the type of Real Application Cluster Database
#
# - ADMIN_MANAGED: Admin-Managed
# - POLICY_MANAGED: Policy-Managed
#
# If left unspecified, default will be ADMIN_MANAGED
#------------------------------------------------------------------------------
oracle.install.db.rac.configurationType=
#------------------------------------------------------------------------------
# Value is required only if RAC database type is ADMIN_MANAGED
#
# Specify the cluster node names selected during the installation.
# Leaving it blank will result in install on local server only (Single Instance)
#
# Example : oracle.install.db.CLUSTER_NODES=node1,node2
#------------------------------------------------------------------------------
oracle.install.db.CLUSTER_NODES=
#------------------------------------------------------------------------------
# This variable is used to enable or disable RAC One Node install.
#
# - true : Value of RAC One Node service name is used.
# - false : Value of RAC One Node service name is not used.
#
# If left blank, it will be assumed to be false.
#------------------------------------------------------------------------------
oracle.install.db.isRACOneInstall=false
#------------------------------------------------------------------------------
# Value is required only if oracle.install.db.isRACOneInstall is true.
#
# Specify the name for RAC One Node Service
#------------------------------------------------------------------------------
oracle.install.db.racOneServiceName=
#------------------------------------------------------------------------------
# Value is required only if RAC database type is POLICY_MANAGED
#
# Specify a name for the new Server pool that will be configured
# Example : oracle.install.db.rac.serverpoolName=pool1
#------------------------------------------------------------------------------
oracle.install.db.rac.serverpoolName=
#------------------------------------------------------------------------------
# Value is required only if RAC database type is POLICY_MANAGED
#
# Specify a number as cardinality for the new Server pool that will be configured
# Example : oracle.install.db.rac.serverpoolCardinality=2
#------------------------------------------------------------------------------
oracle.install.db.rac.serverpoolCardinality=0
###############################################################################
# #
# Database Configuration Options #
# #
###############################################################################
#-------------------------------------------------------------------------------
# Specify the type of database to create.
# It can be one of the following:
# - GENERAL_PURPOSE
# - DATA_WAREHOUSE
# GENERAL_PURPOSE: A starter database designed for general purpose use or transaction-heavy applications.
# DATA_WAREHOUSE : A starter database optimized for data warehousing applications.
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
#-------------------------------------------------------------------------------
# Specify the Starter Database Global Database Name.
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.globalDBName=
#-------------------------------------------------------------------------------
# Specify the Starter Database SID.
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.SID=
#-------------------------------------------------------------------------------
# Specify whether the database should be configured as a Container database.
# The value can be either "true" or "false". If left blank it will be assumed
# to be "false".
#-------------------------------------------------------------------------------
oracle.install.db.ConfigureAsContainerDB=false
#-------------------------------------------------------------------------------
# Specify the Pluggable Database name for the pluggable database in Container Database.
#-------------------------------------------------------------------------------
oracle.install.db.config.PDBName=
#-------------------------------------------------------------------------------
# Specify the Starter Database character set.
#
# One of the following
# AL32UTF8, WE8ISO8859P15, WE8MSWIN1252, EE8ISO8859P2,
# EE8MSWIN1250, NE8ISO8859P10, NEE8ISO8859P4, BLT8MSWIN1257,
# BLT8ISO8859P13, CL8ISO8859P5, CL8MSWIN1251, AR8ISO8859P6,
# AR8MSWIN1256, EL8ISO8859P7, EL8MSWIN1253, IW8ISO8859P8,
# IW8MSWIN1255, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE,
# KO16MSWIN949, ZHS16GBK, TH8TISASCII, ZHT32EUC, ZHT16MSWIN950,
# ZHT16HKSCS, WE8ISO8859P9, TR8MSWIN1254, VN8MSWIN1258
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.characterSet=
#------------------------------------------------------------------------------
# This variable should be set to true if Automatic Memory Management
# in Database is desired.
# If Automatic Memory Management is not desired, and memory allocation
# is to be done manually, then set it to false.
#------------------------------------------------------------------------------
oracle.install.db.config.starterdb.memoryOption=false
#-------------------------------------------------------------------------------
# Specify the total memory allocation for the database. Value(in MB) should be
# at least 256 MB, and should not exceed the total physical memory available
# on the system.
# Example: oracle.install.db.config.starterdb.memoryLimit=512
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.memoryLimit=
#-------------------------------------------------------------------------------
# This variable controls whether to load Example Schemas onto
# the starter database or not.
# The value can be either "true" or "false". If left blank it will be assumed
# to be "false".
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.installExampleSchemas=false
###############################################################################
# #
# Passwords can be supplied for the following four schemas in the #
# starter database: #
# SYS #
# SYSTEM #
# DBSNMP (used by Enterprise Manager) #
# #
# Same password can be used for all accounts (not recommended) #
# or different passwords for each account can be provided (recommended) #
# #
###############################################################################
#------------------------------------------------------------------------------
# This variable holds the password that is to be used for all schemas in the
# starter database.
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.password.ALL=
#-------------------------------------------------------------------------------
# Specify the SYS password for the starter database.
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.password.SYS=
#-------------------------------------------------------------------------------
# Specify the SYSTEM password for the starter database.
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.password.SYSTEM=
#-------------------------------------------------------------------------------
# Specify the DBSNMP password for the starter database.
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.password.DBSNMP=
#-------------------------------------------------------------------------------
# Specify the PDBADMIN password required for creation of Pluggable Database in the Container Database.
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.password.PDBADMIN=
#-------------------------------------------------------------------------------
# Specify the management option to use for managing the database.
# Options are:
# 1. CLOUD_CONTROL - If you want to manage your database with Enterprise Manager Cloud Control along with Database Express.
# 2. DEFAULT -If you want to manage your database using the default Database Express option.
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.managementOption=DEFAULT
#-------------------------------------------------------------------------------
# Specify the OMS host to connect to Cloud Control.
# Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.omsHost=
#-------------------------------------------------------------------------------
# Specify the OMS port to connect to Cloud Control.
# Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.omsPort=0
#-------------------------------------------------------------------------------
# Specify the EM Admin user name to use to connect to Cloud Control.
# Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.emAdminUser=
#-------------------------------------------------------------------------------
# Specify the EM Admin password to use to connect to Cloud Control.
# Applicable only when oracle.install.db.config.starterdb.managementOption=CLOUD_CONTROL
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.emAdminPassword=
###############################################################################
# #
# SPECIFY RECOVERY OPTIONS #
# ------------------------------------ #
# Recovery options for the database can be mentioned using the entries below #
# #
###############################################################################
#------------------------------------------------------------------------------
# This variable is to be set to false if database recovery is not required. Else
# this can be set to true.
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.enableRecovery=false
#-------------------------------------------------------------------------------
# Specify the type of storage to use for the database.
# It can be one of the following:
# - FILE_SYSTEM_STORAGE
# - ASM_STORAGE
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.storageType=
#-------------------------------------------------------------------------------
# Specify the database file location which is a directory for datafiles, control
# files, redo logs.
#
# Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=
#-------------------------------------------------------------------------------
# Specify the recovery location.
#
# Applicable only when oracle.install.db.config.starterdb.storage=FILE_SYSTEM_STORAGE
#-------------------------------------------------------------------------------
oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=
#-------------------------------------------------------------------------------
# Specify the existing ASM disk groups to be used for storage.
#
# Applicable only when oracle.install.db.config.starterdb.storageType=ASM_STORAGE
#-------------------------------------------------------------------------------
oracle.install.db.config.asm.diskGroup=
#-------------------------------------------------------------------------------
# Specify the password for ASMSNMP user of the ASM instance.
#
# Applicable only when oracle.install.db.config.starterdb.storage=ASM_STORAGE
#-------------------------------------------------------------------------------
oracle.install.db.config.asm.ASMSNMPPassword=
#----------------------------------------------------------------------------------------------
# Specify the Oracle Home user.
#
# Oracle recommends that you specify a Windows User Account with limited privilege to install
# and configure a secure Oracle home. Set oracle.install.IsBuiltInAccount to true
# if you want to use BuiltIn Account.
#
# Set oracle.install.IsBuiltInAccount to false if you want to use Windows Account user
# as Oracle Home user.
#------------------------------------------------------------------------------------------------
oracle.install.IsBuiltInAccount=true
oracle.install.OracleHomeUserName=
oracle.install.OracleHomeUserPassword=
#------------------------------------------------------------------------------
# Specify the My Oracle Support Account Username.
#
# Example : MYORACLESUPPORT_USERNAME=[email]abc@oracle.com[/email]
#------------------------------------------------------------------------------
MYORACLESUPPORT_USERNAME=[email]svmayol@gmail.com[/email]
#------------------------------------------------------------------------------
# Specify the My Oracle Support Account Username password.
#
# Example : MYORACLESUPPORT_PASSWORD=password
#------------------------------------------------------------------------------
MYORACLESUPPORT_PASSWORD=
#------------------------------------------------------------------------------
# Specify whether to enable the user to set the password for
# My Oracle Support credentials. The value can be either true or false.
# If left blank it will be assumed to be false.
#
# Example : SECURITY_UPDATES_VIA_MYORACLESUPPORT=true
#------------------------------------------------------------------------------
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
#------------------------------------------------------------------------------
# Specify whether user doesn't want to configure Security Updates.
# The value for this variable should be true if you don't want to configure
# Security Updates, false otherwise.
#
# The value can be either true or false. If left blank it will be assumed
# to be false.
#
# Example : DECLINE_SECURITY_UPDATES=false
#------------------------------------------------------------------------------
DECLINE_SECURITY_UPDATES=false
#------------------------------------------------------------------------------
# Specify the Proxy server name. Length should be greater than zero.
#
# Example : PROXY_HOST=proxy.domain.com
#------------------------------------------------------------------------------
PROXY_HOST=
#------------------------------------------------------------------------------
# Specify the proxy port number. Should be Numeric and at least 2 chars.
#
# Example : PROXY_PORT=25
#------------------------------------------------------------------------------
PROXY_PORT=
#------------------------------------------------------------------------------
# Specify the proxy user name. Leave PROXY_USER and PROXY_PWD
# blank if your proxy server requires no authentication.
#
# Example : PROXY_USER=username
#------------------------------------------------------------------------------
PROXY_USER=
#------------------------------------------------------------------------------
# Specify the proxy password. Leave PROXY_USER and PROXY_PWD
# blank if your proxy server requires no authentication.
#
# Example : PROXY_PWD=password
#------------------------------------------------------------------------------
PROXY_PWD=
#------------------------------------------------------------------------------
# Specify the Oracle Support Hub URL.
#
# Example : COLLECTOR_SUPPORTHUB_URL=[url]https://orasupporthub.company.com:8080/[/url]
#------------------------------------------------------------------------------
COLLECTOR_SUPPORTHUB_URL=
|
|
|
|
|
|
|
|
|
|
|
|
Re: Installing Oracle 12c [message #652716 is a reply to message #652715] |
Thu, 16 June 2016 20:16 |
|
Barbara Boehmer
Messages: 9104 Registered: November 2002 Location: California, USA
|
Senior Member |
|
|
Did you use the default options to create a database during the installation or do a custom installation?
If you just did a standard installation, then there should be a database.
You may be able to access such a database through SQL*Plus and may have a separate issue with the configuration assistant.
I am using Windows 10 nowadays. It has been a long time since I used Windows 8, so I don't remember exactly how things were back then.
You should be able to click on start or something like that in the lower left corner of your screen.
Then scroll through your applications, find Oracle, find SQL*Plus and click on that. From there try:
CONNECT SYS AS SYSDBA
SELECT banner FROM v$version;
Please try those and post the results, then we can go from there, based on what you get.
If you can, please post a copy and paste into your reply here, instead of an image or a link to an image.
That makes it easier for everybody to read.
|
|
|
|
Re: Installing Oracle 12c [message #652718 is a reply to message #652717] |
Thu, 16 June 2016 20:47 |
|
Barbara Boehmer
Messages: 9104 Registered: November 2002 Location: California, USA
|
Senior Member |
|
|
Don't use SQL Developer. Don't use the control panel.
Left click, not right, on the lower left Start, and find something like programs or all apps, look for Oracle,
then under that look for SQL*Plus. SQL*Plus might be under application development or something like that.
Click on SQL*Plus. It should open up a new window, then type:
CONNECT SYS AS SYSDBA
SELECT banner FROM v$version;
and copy and paste the results into your response in this thread.
The results should tell us if there is a database.
There may be other issues as to whether it is started and so forth.
There are other things that can be run from an operating system prompt,
but I think it is better to start with this.
[Updated on: Thu, 16 June 2016 20:48] Report message to a moderator
|
|
|
|
|
|
Re: Installing Oracle 12c [message #652722 is a reply to message #652720] |
Thu, 16 June 2016 21:39 |
|
Barbara Boehmer
Messages: 9104 Registered: November 2002 Location: California, USA
|
Senior Member |
|
|
Since you got the protocol adapter error, I suspect that your database is not started.
For instructions on how to start the database see:
https://docs.oracle.com/database/121/NTQRF/admin.htm#NTQRF214
In the above instructions, they say to do this from the operating system command prompt, not from a SQL*Plus window.
So, you will need to find where the sqlplus.exe file is on your system. For example, here it is on my system:
C:\app\baboehme\product\12.1.0\dbhome_2\BIN>dir sqlplus.exe
Volume in drive C is TI10716100D
Volume Serial Number is 30B9-619B
Directory of C:\app\baboehme\product\12.1.0\dbhome_2\BIN
08/01/2014 08:08 AM 941,056 sqlplus.exe
1 File(s) 941,056 bytes
0 Dir(s) 929,733,115,904 bytes free
C:\app\baboehme\product\12.1.0\dbhome_2\BIN>
The prompt above is where you need to start typing what the instructions say.
However, this assumes that you have an instance and the listener is started.
If you get some other error, such as the listener not being started,
then we will need to deal with that first.
[Updated on: Thu, 16 June 2016 21:43] Report message to a moderator
|
|
|
Re: Installing Oracle 12c [message #652723 is a reply to message #652722] |
Thu, 16 June 2016 21:51 |
|
Barbara Boehmer
Messages: 9104 Registered: November 2002 Location: California, USA
|
Senior Member |
|
|
If you still get the error, then try starting the listener. Go to the same directory where you found sqlplus.exe and search for lsnrctl.exe.
At the operating system prompt, type:
lsnrctl
After that, type
start
C:\app\baboehme\product\12.1.0\dbhome_2\BIN>lsnrctl
LSNRCTL for 64-bit Windows: Version 12.1.0.2.0 - Production on 16-JUN-2016 19:48:53
Copyright (c) 1991, 2014, Oracle. All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL>start
Then try to start the database again.
Then try to use SQL*Plus again and connect as SYSDBA.
Then try to unlock the scott account and connect as scott.
[Updated on: Thu, 16 June 2016 21:54] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: Installing Oracle 12c [message #652730 is a reply to message #652728] |
Thu, 16 June 2016 23:52 |
|
Barbara Boehmer
Messages: 9104 Registered: November 2002 Location: California, USA
|
Senior Member |
|
|
That's definitely not good. At this point, I don't know what to tell you.
I am just a retired developer, not a DBA. There are other moderators and users
on this forum who are DBA's and some of them use Windows. Hopefully one of them
will be along to help you shortly. We have people in various time zones in
various parts of the world, so as soon as some of us go to bed, others are
just starting.
If you do start over, you should try to uninstall everything, so there won't be conflicts, then re-start your computer.
The following is the usual process for a normal installation:
Download the zip files for the database for your operating system.
Unzip the files in the same directory. As you have found, if you didn't do this,
then you can copy from one directory to the other.
Run the setup that uses the Oracle installer, responding to the prompts and noting any error messages.
In general use the defaults, installing the database, not just the client.
If it gives the option for automatic startup, select that.
When done, you may need to restart your computer.
Older versions of Windows make take a few minutes to start the listener and database.
Check through the services whether they are both started. The listener must be started first.
Start SQL*Plus. Connect as sysdba. Unlock and/or create accounts and set passwords.
Connect as scott or whatever user you have created.
|
|
|
|
|
Re: Installing Oracle 12c [message #652734 is a reply to message #652732] |
Fri, 17 June 2016 00:51 |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
OK, I'll try to help. Though I really don't know that I can do better than Barbera.
First, some pre-requisites:
1. You need to learn how to use Windows. In this screenshot, http://imgur.com/BP3sdtH you have typed a directory path without a leading "\" and terminated by a ">" and followed by "lsnrctl". Windows is interpreting that as trying to execute a directory, which is impossible.
2. You need to follow the installation instructions provided by Oracle. It seems that you did not unzip both zip files into one directory. You unzipped them into separate directories, and then followed some advice here https://g7schools.wordpress.com/2014/04/11/oracle-installation-stopped-at-59-fixing-missing-files/ to copy just one directory.You may be missing lots of other files.
3. To create a database, you need to follow the instructions provided by Oracle, not whatever you found in "following the video tutorial entitle: infinite skills: learning oracle 12c by steve reis."
Second, if you want to create a listener, from a command prompt do this to create and start the service:
set ORACLE_HOME=c:\app\epldt\product\12.1.0\dbhome_3
set PATH=%ORACLE_HOME%\bin;%PATH%
lsnrctl start
Third, to create a database, in that same command prompt session, do this:
dbca
and go through the dialogue accepting defaults for everything.
If this does not work, it is because your installation is not complete, and you will have to start again.
|
|
|
|
Re: Installing Oracle 12c [message #652794 is a reply to message #652793] |
Mon, 20 June 2016 02:58 |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Quote:i have read
from oracle document by using deinstallation tool but how can i access it?
Which Oracle docuement did you read? The Installation Guide gives full instructions.
|
|
|
|
|
|
|
|
|
|
|