db creation 12c silent
db creation 12c silent
[email protected]'s password:
Access denied
[email protected]'s password:
Last failed login: Sat Oct 26 10:28:34 IST 2024 from 192.168.56.1 on ssh:notty
There was 1 failed login attempt since the last successful login.
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.8G 0 1.8G 0% /dev/shm
tmpfs 1.8G 9.4M 1.8G 1% /run
tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
/dev/sda7 7.0G 5.6G 1.5G 80% /
/dev/sda5 10G 33M 10G 1% /tmp
/dev/sda3 35G 33M 35G 1% /u02
/dev/sda2 35G 3.3G 32G 10% /u01
/dev/sda1 5.0G 227M 4.8G 5% /boot
tmpfs 358M 16K 358M 1% /run/user/42
tmpfs 358M 0 358M 0% /run/user/0
tmpfs 358M 0 358M 0% /run/user/54321
[oracle@october ~]$ cd /u01
[oracle@october u01]$ ls -lrth
total 3.3G
-rw-r--r--. 1 root root 3.3G Apr 12 2024 V839960-01.zip
[oracle@october u01]$
[oracle@october u01]$
[oracle@october u01]$ nohup unzip V839960-01.zip &
[1] 6083
[oracle@october u01]$ nohup: ignoring input and appending output to ‘nohup.out’
[oracle@october tmp]$
[oracle@october tmp]$ cd /u01
[oracle@october u01]$ ls -lrth
total 3.3G
drwxr-xr-x. 7 oracle oinstall 4.0K Jan 26 2017 database
-rw-r--r--. 1 root root 3.3G Apr 12 2024 V839960-01.zip
-rw-------. 1 oracle oinstall 97K Oct 26 10:31 nohup.out
[oracle@october u01]$ cd database/
[oracle@october database]$
[oracle@october database]$ ls
install response rpm runInstaller sshsetup stage welcome.html
[oracle@october database]$
[oracle@october database]$ ./runInstaller -ignoreSysPrereqs -showProgress -silent
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 500 MB. Actual 10197 MB Passed
Checking swap space: must be greater than 150 MB. Actual 8191 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2024-10-26_10-
34-38AM. Please wait ...[oracle@october database]$
[oracle@october database]$
[oracle@october database]$
[oracle@october database]$ ./runInstaller -ignoreSysPrereqs -showProgress -silent
-responsefile /tmp/12cr2_response.rsp
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 500 MB. Actual 9417 MB Passed
Checking swap space: must be greater than 150 MB. Actual 8191 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2024-10-26_10-
35-06AM. Please wait ...[FATAL] [INS-32013] The Oracle base location is empty.
ACTION: Specify a path for Oracle base location.
[FATAL] [INS-32013] The Oracle home Location is empty.
ACTION: Specify a path for Oracle home Location.
A log of this session is currently saved as:
/tmp/OraInstall2024-10-26_10-34-38AM/installActions2024-10-26_10-34-38AM.log.
Oracle recommends that if you want to keep this log, you should move it from the
temporary location.
[oracle@october database]$
[oracle@october database]$ cd
[oracle@october ~]$
[oracle@october ~]$ mkdir-You can find the log of this install session at:
/u01/app/oraInventory/logs/installActions2024-10-26_10-35-06AM.log
^C
[oracle@october ~]$
Prepare in progress.
[oracle@october ~]$
[oracle@october ~]$ m.................................................. 8% Done.
Prepare successful.
k^C
[oracle@october ~]$
Copy files in progress.
.................................................. 17% Done.
.................................................. 22% Done.
.................................................. 27% Done.
.................................................. 32% Done.
.................................................. 40% Done.
.................................................. 45% Done.
.................................................. 50% Done.
.................................................. 55% Done.
.................................................. 60% Done.
.................................................. 65% Done.
.................................................. 70% Done.
.................................................. 75% Done.
.................................................. 80% Done.
....................
Copy files successful.
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ c
bash: c: command not found...
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.8G 0 1.8G 0% /dev/shm
tmpfs 1.8G 9.3M 1.8G 1% /run
tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
/dev/sda7 7.0G 5.6G 1.5G 80% /
/dev/sda5 10G 42M 10G 1% /tmp
/dev/sda3 35G 33M 35G 1% /u02
/dev/sda2 35G 15G 21G 41% /u01
/dev/sda1 5.0G 227M 4.8G 5% /boot
tmpfs 358M 16K 358M 1% /run/user/42
tmpfs 358M 0 358M 0% /run/user/0
tmpfs 358M 0 358M 0% /run/user/54321
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ cat .bash_profile
# .bash_profile
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ vi .bash_profile
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ cat .bash_profile
# .bash_profile
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
export ORACLE_HOME=/u01/app/oracle/product/12.2.0.1
export ORACLE_BASE=/u01/app/oracle
export ORACLE_SID=october
dbs:
total 4.0K
-rwxrwxr-x. 1 oracle oinstall 3.1K May 15 2015 init.ora
[oracle@october 12.2.0.1]$
[oracle@october 12.2.0.1]$
[oracle@october 12.2.0.1]$ cd
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ ps -ef | grep pmon
oracle 13295 6030 0 10:59 pts/1 00:00:00 grep --color=auto pmon
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ dbca -silent -createDatabase -templateName General_Purpose.dbc
-gdbName october -sid october -createAsContainerDatabase false -emConfiguration
NONE
bash: dbca: command not found...
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ env | grep ora
OLDPWD=/u01/app/oracle/product/12.2.0.1
USER=oracle
ORACLE_BASE=/u01/app/oracle
MAIL=/var/spool/mail/oracle
PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/oracle/.local/bin:/
home/oracle/bin:/home/oracle/.local/bin:/home/oracle/bin
PWD=/home/oracle
HOME=/home/oracle
LOGNAME=oracle
XDG_DATA_DIRS=/home/oracle/.local/share/flatpak/exports/share:/var/lib/flatpak/
exports/share:/usr/local/share:/usr/share
ORACLE_HOME=/u01/app/oracle/product/12.2.0.1
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ export ORACLE_HOME=/u01/app/oracle/product/12.1.0.2
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ export ORACLE_HOME=/u01/app/oracle/product/12.2.0.1
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ export ORACLE_BASE=/u01/app/oracle
[oracle@october ~]$
[oracle@october ~]$ export ORACLE_SID=october
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ dbca -silent -createDatabase -templateName General_Purpose.dbc
-gdbName october -sid october -createAsContainerDatabase false -emConfiguration
NONE
bash: dbca: command not found...
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ cd /u01/app/oracle/product/12.2.0.1/bin/
[oracle@october bin]$
[oracle@october bin]$
[oracle@october bin]$ ls -lrth
total 609M
-rwxrwxr-x. 1 oracle oinstall 153 Nov 7 1997 echodo
-rwxrwxr-x. 1 oracle oinstall 2.8K Jan 1 2000 orald
-rwxrwxr-x. 1 oracle oinstall 6.9K Jan 1 2000 oraenv
-rwxrwxr-x. 1 oracle oinstall 4.9K Jan 1 2000 oerr.pl
-rwxrwxr-x. 1 oracle oinstall 703 Jan 1 2000 oerr
-rwxrwxr-x. 1 oracle oinstall 2.4K Jan 1 2000 gensyslib
-rwxrwxr-x. 1 oracle oinstall 14K Jan 1 2000 dbstart
-rwxrwxr-x. 1 oracle oinstall 6.0K Jan 1 2000 dbshut
-rwxrwxr-x. 1 oracle oinstall 2.4K Jan 1 2000 dbhome
-rwxrwxr-x. 1 oracle oinstall 6.5K Jan 1 2000 coraenv
-rwxrwxr-x. 1 oracle oinstall 3.2K May 4 2000 symfind
-rwxrwxr-x. 1 oracle oinstall 48 Sep 25 2000 oraxml
-rwxrwxr-x. 1 oracle oinstall 48 Sep 25 2000 oraxsl
-rwxrwxr-x. 1 oracle oinstall 46 Nov 7 2000 oracg
-rwxrwxr-x. 1 oracle oinstall 45 Sep 26 2001 transx
-rwxrwxr-x. 1 oracle oinstall 59 Nov 25 2002 orapipe
-rwxrwxr-x. 1 oracle oinstall 44 Dec 5 2002 orajaxb
-rwxrwxr-x. 1 oracle oinstall 748 Nov 13 2006 xsql
-rwxrwxr-x. 1 oracle oinstall 8.9K Oct 6 2008 aqxmlctl.pl
-rwxrwxr-x. 1 oracle oinstall 5.7K Oct 13 2010 relink
-rwxrwxr-x. 1 oracle oinstall 9.8K Feb 14 2012 genorasdksh
-rwxrwxr-x. 1 oracle oinstall 3.0K Aug 20 2012 crsdiag.pl
-rwxrwxr-x. 1 oracle oinstall 1.4K Sep 13 2012 cluvfyrac.sh
-rwxrwxr-x. 1 oracle oinstall 1.4K Sep 13 2012 cluvfy
-rwxrwxr-x. 1 oracle oinstall 6.4K Sep 28 2012 emdwgrd
-rwxrwxr-x. 1 oracle oinstall 5.6K May 29 2013 genagtsh
-rwxrwxr-x. 1 oracle oinstall 4.4K Apr 11 2014 genoccish
-rwxrwxr-x. 1 oracle oinstall 0 Aug 15 2014 tnslsnr0
-rwxrwxr-x. 1 oracle oinstall 0 Aug 15 2014 tnnfg
-rwxrwxr-x. 1 oracle oinstall 0 Aug 15 2014 lsnrctl0
-rwxrwxr-x. 1 oracle oinstall 0 Aug 29 2014 dg4odbcO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 8 2014 rawutl0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 11 2014 ctxloadO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 11 2014 ctxlcO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 11 2014 ctxkbtc0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 wrapO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 tstshmO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 trcldr0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 setasmgid0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 sbttestO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 renamedg0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 orapwdO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 oracleO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 nidO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 maxmemO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 mapsga0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 hsotsO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 hsdepxaO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 hsallociO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 dumpsga0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 dbvO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 dbfsizeO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 cursizeO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 amduO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 agtctlO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 tkprofO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 sqlldrO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 skgxpinfoO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 plshprofO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 orionO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 impO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 impdpO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 extprocO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 expO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 expdpO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 dg4pwdO
-rwxrwxr-x. 1 oracle oinstall 1.6K Dec 5 2014 linkshlib
-rwxrwxr-x. 1 oracle oinstall 4.9K Mar 6 2015 patchgen
-rwxrwxr-x. 1 oracle oinstall 5.9K Mar 7 2015 genclntst
-rwxrwxr-x. 1 oracle oinstall 7.5K Jun 17 2015 okcreate
-rwxrwxr-x. 1 oracle oinstall 64K Jul 30 2015 emdwgrd.pl
-rwxrwxr-x. 1 oracle oinstall 6.4K Mar 10 2016 asmcmd
-rwxrwxr-x. 1 oracle oinstall 14K Mar 23 2016 genclntsh
-rwxrwxr-x. 1 oracle oinstall 63K May 12 2016 xmlwf
-rwxrwxr-x. 1 oracle oinstall 72K Jun 9 2016 asmcmdcore
-rwxrwxr-x. 1 oracle oinstall 225K Jun 15 2016 zip
-rwxrwxr-x. 1 oracle oinstall 143K Jun 15 2016 unzip
-rwxrwxr-x. 1 oracle oinstall 945 Jun 20 2016 acfsroot
-rwxrwxr-x. 1 oracle oinstall 940 Jun 20 2016 okaroot
-rwxrwxr-x. 1 oracle oinstall 1000 Jun 20 2016 afdroot
-rwxrwxr-x. 1 oracle oinstall 1007 Jun 20 2016 olfsroot
-rwxrwxr-x. 1 oracle oinstall 1001 Jun 20 2016 olfscmd
-rwxrwxr-x. 1 oracle oinstall 7.5K Jun 22 2016 gennttab
-rwxrwxr-x. 1 oracle oinstall 4.8K Jun 22 2016 gennfgt
-rwxrwxr-x. 1 oracle oinstall 14K Jun 22 2016 adapters
-rwxrwxr-x. 1 oracle oinstall 2.4K Jun 24 2016 orapki.bat
-rwxrwxr-x. 1 oracle oinstall 4.6K Jun 24 2016 orapki
-rwxrwxr-x. 1 oracle oinstall 6.0K Jun 24 2016 owm
-rwxrwxr-x. 1 oracle oinstall 1.9K Jun 24 2016 mkstore.bat
-rwxrwxr-x. 1 oracle oinstall 3.6K Jun 24 2016 mkstore
-rwxrwxr-x. 1 oracle oinstall 87 Jul 7 2016 sqldeveloper.sh
-rwxrwxr-x. 1 oracle oinstall 545 Jul 7 2016 sql
-rwxrwxr-x. 1 oracle oinstall 2.8K Aug 17 2016 afdtool
-rwxrwxr-x. 1 oracle oinstall 3.1K Aug 17 2016 afddriverstate
-rwxrwxr-x. 1 oracle oinstall 172K Nov 4 2016 xml
-rwxrwxr-x. 1 oracle oinstall 216K Nov 4 2016 xmlcg
-rwxrwxr-x. 1 oracle oinstall 32K Nov 4 2016 schema
-rwxrwxr-x. 1 oracle oinstall 38K Nov 4 2016 xvm
-rwxrwxr-x. 1 oracle oinstall 51K Nov 4 2016 xsl
-rwxrwxr-x. 1 oracle oinstall 27K Nov 4 2016 xmlpatch
-rwxrwxr-x. 1 oracle oinstall 27K Nov 4 2016 xmldiff
-rwxrwxr-x. 1 oracle oinstall 78M Nov 11 2016 afdboot
-rwxrwxr-x. 1 oracle oinstall 228K Nov 11 2016 afdtool.bin
-rwxrwxr-x. 1 oracle oinstall 77K Dec 15 2016 okdstry0
-rwxrwxr-x. 1 oracle oinstall 91K Dec 15 2016 oklist0
-rwxrwxr-x. 1 oracle oinstall 81K Dec 15 2016 okinit0
-rwxrwxr-x. 1 oracle oinstall 2.6M Dec 17 2016 lxegen
-rwxrwxr-x. 1 oracle oinstall 2.4M Dec 17 2016 lmsgen
-rwxrwxr-x. 1 oracle oinstall 6.5M Dec 17 2016 lxinst
-rwxrwxr-x. 1 oracle oinstall 1.6M Dec 17 2016 lxchknlb
-rwxrwxr-x. 1 oracle oinstall 2.8M Dec 17 2016 lcsscan
-rwxrwxr-x. 1 oracle oinstall 57K Jan 5 2017 lsnodes
-rwxrwxr-x. 1 oracle oinstall 30K Jan 5 2017 osdbagrp0
-rwxrwxr-x. 1 oracle oinstall 29K Jan 26 2017 rtsora
-rwxrwxr-x. 1 oracle oinstall 1.1M Jan 26 2017 genksms
-rwxrwxr-x. 1 oracle oinstall 56K Jan 26 2017 geneziO
-rwxrwxr-x. 1 oracle oinstall 1.6M Jan 26 2017 fmputlhp
-rwxrwxr-x. 1 oracle oinstall 1.9M Jan 26 2017 fmputl
-rwxrwxr-x. 1 oracle oinstall 2.2M Jan 26 2017 extjoboO
-rwxrwxr-x. 1 oracle oinstall 2.2M Jan 26 2017 extjobO
-rwxrwxr-x. 1 oracle oinstall 1.9M Jan 26 2017 diskmon.bin
-rwxrwxr-x. 1 oracle oinstall 3.0K Jan 26 2017 dbupgrade
-rwxrwxr-x. 1 oracle oinstall 5.2K Jan 26 2017 dbgeu_run_action.pl
-rwxrwxr-x. 1 oracle oinstall 1.4M Jan 26 2017 dbfs_client
-rwxrwxr-x. 1 oracle oinstall 25K Jan 26 2017 osh
-rwxrwxr-x. 1 oracle oinstall 181K Jan 26 2017 oraping
-rwxrwxr-x. 1 oracle oinstall 169K Jan 26 2017 oradnfs
-rwxrwxr-x. 1 root oinstall 94K Jan 26 2017 oradism
-rwxrwxr-x. 1 oracle oinstall 2.3M Jan 26 2017 orabasehome
-rwxrwxr-x. 1 oracle oinstall 2.3M Jan 26 2017 orabaseconfig
-rwxrwxr-x. 1 oracle oinstall 82K Jan 26 2017 oputilO
-rwxrwxr-x. 1 oracle oinstall 28K Jan 26 2017 mtactl
-rwxrwxr-x. 1 oracle oinstall 85K Jan 26 2017 mkpatchO
-rwxrwxr-x. 1 oracle oinstall 121K Jan 26 2017 kfodO
-rwxrwxr-x. 1 oracle oinstall 96K Jan 26 2017 kfedO
-rwxrwxr-x. 1 oracle oinstall 2.2M Jan 26 2017 jssuO
-rwxrwxr-x. 1 oracle oinstall 5.0M Jan 26 2017 orabase
-rwxrwxr-x. 1 oracle oinstall 1.2K Oct 26 10:41 olsadmintool
-rwxrwxr-x. 1 oracle oinstall 1.6K Oct 26 10:41 olsoidsync
-rwxrwxr-x. 1 oracle oinstall 943 Oct 26 10:41 ott
lrwxrwxrwx. 1 oracle oinstall 24 Oct 26 10:41 lbuilder ->
../nls/lbuilder/lbuilder
-rwxrwxr-x. 1 oracle oinstall 2.1K Oct 26 10:41 eusm
-rwxrwxr-x. 1 oracle oinstall 4.0K Oct 26 10:41 umu
-rwxrwxr-x. 1 oracle oinstall 1.4K Oct 26 10:41 statusnc
-rwxrwxr-x. 1 oracle oinstall 1.4K Oct 26 10:41 ncomp
-rwxrwxr-x. 1 oracle oinstall 1.5K Oct 26 10:41 deploync
-rwxrwxr-x. 1 oracle oinstall 2.5K Oct 26 10:41 loadjava
-rwxrwxr-x. 1 oracle oinstall 1.5K Oct 26 10:41 dropjava
-rwxrwxr-x. 1 oracle oinstall 1.5K Oct 26 10:41 ojvmjava
-rwxrwxr-x. 1 oracle oinstall 1.3K Oct 26 10:41 ojvmtc
-rwxrwxr-x. 1 oracle oinstall 12K Oct 26 10:41 srvctl
-rwxrwxr-x. 1 oracle oinstall 2.4K Oct 26 10:41 bndlchk
-rwxrwxr-x. 1 oracle oinstall 2.9K Oct 26 10:41 ldifmigrator
-rwxrwxr-x. 1 oracle oinstall 3.1K Oct 26 10:41 oidprovtool
-rwxrwxr-x. 1 oracle oinstall 7.0K Oct 26 10:41 rconfig
-rwxrwxr-x. 1 oracle oinstall 3.7K Oct 26 10:41 platform_common
-rwxrwxr-x. 1 oracle oinstall 4.5K Oct 26 10:41 roohctl
-rwxrwxr-x. 1 oracle oinstall 3.0K Oct 26 10:41 trcasst
-rwxrwxr-x. 1 oracle oinstall 7.6K Oct 26 10:41 netmgr
-rwxrwxr-x. 1 oracle oinstall 6.6K Oct 26 10:41 netca
-rwxrwxr-x. 1 oracle oinstall 107 Oct 26 10:41 netca_deinst.sh
-rwxrwxr-x. 1 oracle oinstall 11K Oct 26 10:41 dbua
-rwxrwxr-x. 1 oracle oinstall 1.7K Oct 26 10:41 schagent
-rwxrwxr-x. 1 oracle oinstall 1.6K Oct 26 10:41 aqxmlctl
-rwxrwxr-x. 1 oracle oinstall 7.3K Oct 26 10:41 diagsetup
-rwxrwxr-x. 1 oracle oinstall 1.3K Oct 26 10:41 odisrvreg
-rwxrwxr-x. 1 oracle oinstall 2.9K Oct 26 10:41 schemasync
-rwxrwxr-x. 1 oracle oinstall 2.2K Oct 26 10:41 oidca
-rwxrwxr-x. 1 oracle oinstall 4.7K Oct 26 10:41 srvconfig
-rwxrwxr-x. 1 oracle oinstall 484 Oct 26 10:41 kfod
-rwxrwxr-x. 1 oracle oinstall 2.1K Oct 26 10:41 trcsess
-rwxrwxr-x. 1 oracle oinstall 2.4K Oct 26 10:41 oradnfs_run.sh
-rwxrwxr-x. 1 oracle oinstall 340 Oct 26 10:41 extusrupgrade
-rwxrwxr-x. 1 oracle oinstall 275 Oct 26 10:41 chopt
-rwxrwxr-x. 1 oracle oinstall 6.3K Oct 26 10:41 chopt.pl
-rwxrwxr-x. 1 oracle oinstall 2.3K Oct 26 10:41 chopt.ini
-rwxrwxr-x. 1 oracle oinstall 11M Oct 26 10:41 proc
-rwxrwxr-x. 1 oracle oinstall 9.8M Oct 26 10:41 procob
-rwxrwxr-x. 1 oracle oinstall 731K Oct 26 10:41 dg4odbc
-rwxrwxr-x. 1 oracle oinstall 37K Oct 26 10:41 tnsping0
-rwxrwxr-x. 1 oracle oinstall 361K Oct 26 10:41 ctxload
-rwxrwxr-x. 1 oracle oinstall 754K Oct 26 10:41 ctxlc
-rwxrwxr-x. 1 oracle oinstall 849K Oct 26 10:41 ctxkbtc
-rwxrwxr-x. 1 oracle oinstall 9.2M Oct 26 10:41 wrap
-rwxrwxr-x. 1 oracle oinstall 107K Oct 26 10:41 dbv
-rwxrwxr-x. 1 oracle oinstall 37K Oct 26 10:41 tstshm
-rwxrwxr-x. 1 oracle oinstall 27K Oct 26 10:41 maxmem
-rwxrwxr-x. 1 oracle oinstall 104K Oct 26 10:41 orapwd
-rwxrwxr-x. 1 oracle oinstall 27K Oct 26 10:41 dbfsize
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:41 dumpsga
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:41 mapsga
-rwxrwxr-x. 1 oracle oinstall 27K Oct 26 10:41 cursize
-rwxrwxr-x. 1 oracle oinstall 230K Oct 26 10:41 agtctl
-rwxrwxr-x. 1 oracle oinstall 343K Oct 26 10:41 hsalloci
-rwxrwxr-x. 1 oracle oinstall 216K Oct 26 10:41 hsots
-rwxrwxr-x. 1 oracle oinstall 217K Oct 26 10:41 hsdepxa
-rwxrwxr-x. 1 oracle oinstall 146K Oct 26 10:42 sbttest
-rwxrwxr-x. 1 oracle oinstall 69K Oct 26 10:42 kgmgrO
-rwxrwxr-x. 1 oracle oinstall 40K Oct 26 10:42 loadpspO
-rwxrwxr-x. 1 oracle oinstall 888K Oct 26 10:42 dgmgrlO
-rwxrwxr-x. 1 oracle oinstall 105K Oct 26 10:42 nid
-rwxrwxr-x. 1 oracle oinstall 2.2M Oct 26 10:42 extjobo
-rwxrwxr-x. 1 root oinstall 2.2M Oct 26 10:42 extjob
-rwxrwxr-x. 1 root oinstall 2.2M Oct 26 10:42 jssu
-rwxrwxr-x. 1 oracle oinstall 121K Oct 26 10:42 kfod.bin
-rwxrwxr-x. 1 oracle oinstall 33K Oct 26 10:42 amdu
-rwxrwxr-x. 1 oracle oinstall 726K Oct 26 10:42 wrcO
-rwxrwxr-x. 1 oracle oinstall 46K Oct 26 10:42 adrciO
-rwxrwxr-x. 1 oracle oinstall 238K Oct 26 10:42 uidrvciO
-rwxrwxr-x. 1 oracle oinstall 95K Oct 26 10:42 kfed
-rwxrwxr-x. 1 oracle oinstall 87K Oct 26 10:42 mkpatch
-rwxrwxr-x. 1 oracle oinstall 37K Oct 26 10:42 sysresv0
-rwxrwxr-x. 1 oracle oinstall 77K Oct 26 10:42 renamedg
-rwxrwxr-x. 1 oracle oinstall 29K Oct 26 10:42 osdbagrp
-rwxrwxr-x. 1 oracle oinstall 3.5M Oct 26 10:42 setasmgid
-rwxrwxr-x. 1 oracle oinstall 7.5M Oct 26 10:42 orion
-rwxrwxr-x. 1 oracle oinstall 27K Oct 26 10:42 skgxpinfo
-rwxrwxr-x. 1 oracle oinstall 131K Oct 26 10:42 trcldr
-rwxrwxr-x. 1 oracle oinstall 84K Oct 26 10:42 oputil
-rwxrwxr-x. 1 oracle oinstall 50K Oct 26 10:42 trcroute0
-rwxrwxr-x. 1 oracle oinstall 37K Oct 26 10:42 tnsping
-rwxrwxr-x. 1 oracle oinstall 25K Oct 26 10:42 sqlplus
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 ldapadd
-rwxrwxr-x. 1 oracle oinstall 1022K Oct 26 10:42 ldapcompare
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 ldapdelete
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 ldapmodify
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 ldapsearch
-rwxrwxr-x. 1 oracle oinstall 1022K Oct 26 10:42 ldapmoddn
-rwxrwxr-x. 1 oracle oinstall 1.2M Oct 26 10:42 ldapaddmt
-rwxrwxr-x. 1 oracle oinstall 1.2M Oct 26 10:42 ldapmodifymt
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 dsml2ldif
-rwxrwxr-x. 1 oracle oinstall 93K Oct 26 10:42 oklist
-rwxrwxr-x. 1 oracle oinstall 29K Oct 26 10:42 rawutl
-rwxrwxr-x. 1 oracle oinstall 515K Oct 26 10:42 imp
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 exp
-rwxrwxr-x. 1 oracle oinstall 1.7M Oct 26 10:42 sqlldr
-rwxrwxr-x. 1 oracle oinstall 134K Oct 26 10:42 tkprof
-rwxrwxr-x. 1 oracle oinstall 143K Oct 26 10:42 plshprof
-rwxrwxr-x. 1 oracle oinstall 13M Oct 26 10:42 rmanO
-rwxrwxr-x. 1 oracle oinstall 69K Oct 26 10:42 kgmgr
-rwxrwxr-x. 1 oracle oinstall 40K Oct 26 10:42 loadpsp
-rwxrwxr-x. 1 oracle oinstall 236K Oct 26 10:42 impdp
-rwxrwxr-x. 1 oracle oinstall 228K Oct 26 10:42 expdp
-rwxrwxr-x. 1 oracle oinstall 59K Oct 26 10:42 genezi
-rwxrwxr-x. 1 oracle oinstall 888K Oct 26 10:42 dgmgrl
-rwxrwxr-x. 1 oracle oinstall 44K Oct 26 10:42 dg4pwd
-rwxrwxr-x. 1 oracle oinstall 726K Oct 26 10:42 wrc
-rwxrwxr-x. 1 oracle oinstall 46K Oct 26 10:42 adrci
-rwxrwxr-x. 1 oracle oinstall 238K Oct 26 10:42 uidrvci
-rwxrwxr-x. 1 oracle oinstall 37K Oct 26 10:42 sysresv
-rwxrwxr-x. 1 oracle oinstall 195K Oct 26 10:42 extproc
-rwxrwxr-x. 1 oracle oinstall 78K Oct 26 10:42 okdstry
-rwxrwxr-x. 1 oracle oinstall 83K Oct 26 10:42 okinit
-rwxrwxr-x. 1 oracle oinstall 984K Oct 26 10:42 tnslsnr
-rwxrwxr-x. 1 oracle oinstall 170K Oct 26 10:42 lsnrctl
-rwxrwxr-x. 1 oracle oinstall 50K Oct 26 10:42 trcroute
-rwxrwxr-x. 1 oracle oinstall 13M Oct 26 10:42 rman
-rwxrwxr-x. 1 oracle oinstall 390M Oct 26 10:43 oracle
-rwxrwxr-x. 1 oracle oinstall 14K Oct 26 10:43 onsctl
-rwxrwxr-x. 1 oracle oinstall 7.3K Oct 26 10:43 dbca
-rwxrwxr-x. 1 oracle oinstall 5.3K Oct 26 10:43 emca
-rwxrwxr-x. 1 oracle oinstall 1022K Oct 26 10:43 ldapbind
[oracle@october bin]$ dbca -silent -createDatabase -templateName
General_Purpose.dbc -gdbName october -sid october -createAsContainerDatabase
false -emConfiguration NONE
bash: dbca: command not found...
[oracle@october bin]$
[oracle@october bin]$
[oracle@october bin]$ dbca -silent -createDatabase -templateName
General_Purpose.dbc -gdbName october -sid october -createAsContainerDatabase
false -emConfiguration NONE
bash: dbca: command not found...
[oracle@october bin]$
[oracle@october bin]$ export ORACLE_BASE=/u01/app/oracle
[oracle@october bin]$
[oracle@october bin]$
[oracle@october bin]$ export ORACLE_SID=october
[oracle@october bin]$
[oracle@october bin]$ export ORACLE_HOME=/u01/app/oracle/product/12.2.0.1
[oracle@october bin]$
[oracle@october bin]$
[oracle@october bin]$ env | grep ora
OLDPWD=/home/oracle
USER=oracle
ORACLE_BASE=/u01/app/oracle
MAIL=/var/spool/mail/oracle
PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/oracle/.local/bin:/
home/oracle/bin:/home/oracle/.local/bin:/home/oracle/bin
PWD=/u01/app/oracle/product/12.2.0.1/bin
HOME=/home/oracle
LOGNAME=oracle
XDG_DATA_DIRS=/home/oracle/.local/share/flatpak/exports/share:/var/lib/flatpak/
exports/share:/usr/local/share:/usr/share
ORACLE_HOME=/u01/app/oracle/product/12.2.0.1
[oracle@october bin]$
[oracle@october bin]$ cd
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ mkdir -p /u01/app/oracle/db_files
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ mkdir -p /u01/app/oracle/FRA
[oracle@october ~]$
[oracle@october ~]$ dbca -silent -createDatabase -templateName General_Purpose.dbc
-gdbName october -sid october -createAsContainerDatabase false -emConfiguration
NONE -datafileDestination /u01/app/oracle/db_files -storageType FS -characterSet
AL32UTF8 -totalMemory 1500 -recoveryAreaDestination /u01/app/oracle/FRA -
sampleSchema true
bash: dbca: command not found...
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ cd /u01/app/oracle/product/12.2.0.1/bin/
[oracle@october bin]$
[oracle@october bin]$
[oracle@october bin]$ dbca -silent -createDatabase -templateName
General_Purpose.dbc -gdbName october -sid october -createAsContainerDatabase false
-emConfiguration NONE -datafileDestination /u01/app/oracle/db_files -storageType FS
-characterSet AL32UTF8 -totalMemory 1500 -recoveryAreaDestination
/u01/app/oracle/FRA -sampleSchema true
bash: dbca: command not found...
[oracle@october bin]$
[oracle@october bin]$ ls -lrth
total 609M
-rwxrwxr-x. 1 oracle oinstall 153 Nov 7 1997 echodo
-rwxrwxr-x. 1 oracle oinstall 2.8K Jan 1 2000 orald
-rwxrwxr-x. 1 oracle oinstall 6.9K Jan 1 2000 oraenv
-rwxrwxr-x. 1 oracle oinstall 4.9K Jan 1 2000 oerr.pl
-rwxrwxr-x. 1 oracle oinstall 703 Jan 1 2000 oerr
-rwxrwxr-x. 1 oracle oinstall 2.4K Jan 1 2000 gensyslib
-rwxrwxr-x. 1 oracle oinstall 14K Jan 1 2000 dbstart
-rwxrwxr-x. 1 oracle oinstall 6.0K Jan 1 2000 dbshut
-rwxrwxr-x. 1 oracle oinstall 2.4K Jan 1 2000 dbhome
-rwxrwxr-x. 1 oracle oinstall 6.5K Jan 1 2000 coraenv
-rwxrwxr-x. 1 oracle oinstall 3.2K May 4 2000 symfind
-rwxrwxr-x. 1 oracle oinstall 48 Sep 25 2000 oraxml
-rwxrwxr-x. 1 oracle oinstall 48 Sep 25 2000 oraxsl
-rwxrwxr-x. 1 oracle oinstall 46 Nov 7 2000 oracg
-rwxrwxr-x. 1 oracle oinstall 45 Sep 26 2001 transx
-rwxrwxr-x. 1 oracle oinstall 59 Nov 25 2002 orapipe
-rwxrwxr-x. 1 oracle oinstall 44 Dec 5 2002 orajaxb
-rwxrwxr-x. 1 oracle oinstall 748 Nov 13 2006 xsql
-rwxrwxr-x. 1 oracle oinstall 8.9K Oct 6 2008 aqxmlctl.pl
-rwxrwxr-x. 1 oracle oinstall 5.7K Oct 13 2010 relink
-rwxrwxr-x. 1 oracle oinstall 9.8K Feb 14 2012 genorasdksh
-rwxrwxr-x. 1 oracle oinstall 3.0K Aug 20 2012 crsdiag.pl
-rwxrwxr-x. 1 oracle oinstall 1.4K Sep 13 2012 cluvfyrac.sh
-rwxrwxr-x. 1 oracle oinstall 1.4K Sep 13 2012 cluvfy
-rwxrwxr-x. 1 oracle oinstall 6.4K Sep 28 2012 emdwgrd
-rwxrwxr-x. 1 oracle oinstall 5.6K May 29 2013 genagtsh
-rwxrwxr-x. 1 oracle oinstall 4.4K Apr 11 2014 genoccish
-rwxrwxr-x. 1 oracle oinstall 0 Aug 15 2014 tnslsnr0
-rwxrwxr-x. 1 oracle oinstall 0 Aug 15 2014 tnnfg
-rwxrwxr-x. 1 oracle oinstall 0 Aug 15 2014 lsnrctl0
-rwxrwxr-x. 1 oracle oinstall 0 Aug 29 2014 dg4odbcO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 8 2014 rawutl0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 11 2014 ctxloadO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 11 2014 ctxlcO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 11 2014 ctxkbtc0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 wrapO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 tstshmO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 trcldr0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 setasmgid0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 sbttestO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 renamedg0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 orapwdO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 oracleO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 nidO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 maxmemO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 mapsga0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 hsotsO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 hsdepxaO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 hsallociO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 dumpsga0
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 dbvO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 dbfsizeO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 cursizeO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 amduO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 agtctlO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 tkprofO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 sqlldrO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 skgxpinfoO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 plshprofO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 orionO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 impO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 impdpO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 extprocO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 expO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 expdpO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 dg4pwdO
-rwxrwxr-x. 1 oracle oinstall 1.6K Dec 5 2014 linkshlib
-rwxrwxr-x. 1 oracle oinstall 4.9K Mar 6 2015 patchgen
-rwxrwxr-x. 1 oracle oinstall 5.9K Mar 7 2015 genclntst
-rwxrwxr-x. 1 oracle oinstall 7.5K Jun 17 2015 okcreate
-rwxrwxr-x. 1 oracle oinstall 64K Jul 30 2015 emdwgrd.pl
-rwxrwxr-x. 1 oracle oinstall 6.4K Mar 10 2016 asmcmd
-rwxrwxr-x. 1 oracle oinstall 14K Mar 23 2016 genclntsh
-rwxrwxr-x. 1 oracle oinstall 63K May 12 2016 xmlwf
-rwxrwxr-x. 1 oracle oinstall 72K Jun 9 2016 asmcmdcore
-rwxrwxr-x. 1 oracle oinstall 225K Jun 15 2016 zip
-rwxrwxr-x. 1 oracle oinstall 143K Jun 15 2016 unzip
-rwxrwxr-x. 1 oracle oinstall 945 Jun 20 2016 acfsroot
-rwxrwxr-x. 1 oracle oinstall 940 Jun 20 2016 okaroot
-rwxrwxr-x. 1 oracle oinstall 1000 Jun 20 2016 afdroot
-rwxrwxr-x. 1 oracle oinstall 1007 Jun 20 2016 olfsroot
-rwxrwxr-x. 1 oracle oinstall 1001 Jun 20 2016 olfscmd
-rwxrwxr-x. 1 oracle oinstall 7.5K Jun 22 2016 gennttab
-rwxrwxr-x. 1 oracle oinstall 4.8K Jun 22 2016 gennfgt
-rwxrwxr-x. 1 oracle oinstall 14K Jun 22 2016 adapters
-rwxrwxr-x. 1 oracle oinstall 2.4K Jun 24 2016 orapki.bat
-rwxrwxr-x. 1 oracle oinstall 4.6K Jun 24 2016 orapki
-rwxrwxr-x. 1 oracle oinstall 6.0K Jun 24 2016 owm
-rwxrwxr-x. 1 oracle oinstall 1.9K Jun 24 2016 mkstore.bat
-rwxrwxr-x. 1 oracle oinstall 3.6K Jun 24 2016 mkstore
-rwxrwxr-x. 1 oracle oinstall 87 Jul 7 2016 sqldeveloper.sh
-rwxrwxr-x. 1 oracle oinstall 545 Jul 7 2016 sql
-rwxrwxr-x. 1 oracle oinstall 2.8K Aug 17 2016 afdtool
-rwxrwxr-x. 1 oracle oinstall 3.1K Aug 17 2016 afddriverstate
-rwxrwxr-x. 1 oracle oinstall 172K Nov 4 2016 xml
-rwxrwxr-x. 1 oracle oinstall 216K Nov 4 2016 xmlcg
-rwxrwxr-x. 1 oracle oinstall 32K Nov 4 2016 schema
-rwxrwxr-x. 1 oracle oinstall 38K Nov 4 2016 xvm
-rwxrwxr-x. 1 oracle oinstall 51K Nov 4 2016 xsl
-rwxrwxr-x. 1 oracle oinstall 27K Nov 4 2016 xmlpatch
-rwxrwxr-x. 1 oracle oinstall 27K Nov 4 2016 xmldiff
-rwxrwxr-x. 1 oracle oinstall 78M Nov 11 2016 afdboot
-rwxrwxr-x. 1 oracle oinstall 228K Nov 11 2016 afdtool.bin
-rwxrwxr-x. 1 oracle oinstall 77K Dec 15 2016 okdstry0
-rwxrwxr-x. 1 oracle oinstall 91K Dec 15 2016 oklist0
-rwxrwxr-x. 1 oracle oinstall 81K Dec 15 2016 okinit0
-rwxrwxr-x. 1 oracle oinstall 2.6M Dec 17 2016 lxegen
-rwxrwxr-x. 1 oracle oinstall 2.4M Dec 17 2016 lmsgen
-rwxrwxr-x. 1 oracle oinstall 6.5M Dec 17 2016 lxinst
-rwxrwxr-x. 1 oracle oinstall 1.6M Dec 17 2016 lxchknlb
-rwxrwxr-x. 1 oracle oinstall 2.8M Dec 17 2016 lcsscan
-rwxrwxr-x. 1 oracle oinstall 57K Jan 5 2017 lsnodes
-rwxrwxr-x. 1 oracle oinstall 30K Jan 5 2017 osdbagrp0
-rwxrwxr-x. 1 oracle oinstall 29K Jan 26 2017 rtsora
-rwxrwxr-x. 1 oracle oinstall 1.1M Jan 26 2017 genksms
-rwxrwxr-x. 1 oracle oinstall 56K Jan 26 2017 geneziO
-rwxrwxr-x. 1 oracle oinstall 1.6M Jan 26 2017 fmputlhp
-rwxrwxr-x. 1 oracle oinstall 1.9M Jan 26 2017 fmputl
-rwxrwxr-x. 1 oracle oinstall 2.2M Jan 26 2017 extjoboO
-rwxrwxr-x. 1 oracle oinstall 2.2M Jan 26 2017 extjobO
-rwxrwxr-x. 1 oracle oinstall 1.9M Jan 26 2017 diskmon.bin
-rwxrwxr-x. 1 oracle oinstall 3.0K Jan 26 2017 dbupgrade
-rwxrwxr-x. 1 oracle oinstall 5.2K Jan 26 2017 dbgeu_run_action.pl
-rwxrwxr-x. 1 oracle oinstall 1.4M Jan 26 2017 dbfs_client
-rwxrwxr-x. 1 oracle oinstall 25K Jan 26 2017 osh
-rwxrwxr-x. 1 oracle oinstall 181K Jan 26 2017 oraping
-rwxrwxr-x. 1 oracle oinstall 169K Jan 26 2017 oradnfs
-rwxrwxr-x. 1 root oinstall 94K Jan 26 2017 oradism
-rwxrwxr-x. 1 oracle oinstall 2.3M Jan 26 2017 orabasehome
-rwxrwxr-x. 1 oracle oinstall 2.3M Jan 26 2017 orabaseconfig
-rwxrwxr-x. 1 oracle oinstall 82K Jan 26 2017 oputilO
-rwxrwxr-x. 1 oracle oinstall 28K Jan 26 2017 mtactl
-rwxrwxr-x. 1 oracle oinstall 85K Jan 26 2017 mkpatchO
-rwxrwxr-x. 1 oracle oinstall 121K Jan 26 2017 kfodO
-rwxrwxr-x. 1 oracle oinstall 96K Jan 26 2017 kfedO
-rwxrwxr-x. 1 oracle oinstall 2.2M Jan 26 2017 jssuO
-rwxrwxr-x. 1 oracle oinstall 5.0M Jan 26 2017 orabase
-rwxrwxr-x. 1 oracle oinstall 1.2K Oct 26 10:41 olsadmintool
-rwxrwxr-x. 1 oracle oinstall 1.6K Oct 26 10:41 olsoidsync
-rwxrwxr-x. 1 oracle oinstall 943 Oct 26 10:41 ott
lrwxrwxrwx. 1 oracle oinstall 24 Oct 26 10:41 lbuilder ->
../nls/lbuilder/lbuilder
-rwxrwxr-x. 1 oracle oinstall 2.1K Oct 26 10:41 eusm
-rwxrwxr-x. 1 oracle oinstall 4.0K Oct 26 10:41 umu
-rwxrwxr-x. 1 oracle oinstall 1.4K Oct 26 10:41 statusnc
-rwxrwxr-x. 1 oracle oinstall 1.4K Oct 26 10:41 ncomp
-rwxrwxr-x. 1 oracle oinstall 1.5K Oct 26 10:41 deploync
-rwxrwxr-x. 1 oracle oinstall 2.5K Oct 26 10:41 loadjava
-rwxrwxr-x. 1 oracle oinstall 1.5K Oct 26 10:41 dropjava
-rwxrwxr-x. 1 oracle oinstall 1.5K Oct 26 10:41 ojvmjava
-rwxrwxr-x. 1 oracle oinstall 1.3K Oct 26 10:41 ojvmtc
-rwxrwxr-x. 1 oracle oinstall 12K Oct 26 10:41 srvctl
-rwxrwxr-x. 1 oracle oinstall 2.4K Oct 26 10:41 bndlchk
-rwxrwxr-x. 1 oracle oinstall 2.9K Oct 26 10:41 ldifmigrator
-rwxrwxr-x. 1 oracle oinstall 3.1K Oct 26 10:41 oidprovtool
-rwxrwxr-x. 1 oracle oinstall 7.0K Oct 26 10:41 rconfig
-rwxrwxr-x. 1 oracle oinstall 3.7K Oct 26 10:41 platform_common
-rwxrwxr-x. 1 oracle oinstall 4.5K Oct 26 10:41 roohctl
-rwxrwxr-x. 1 oracle oinstall 3.0K Oct 26 10:41 trcasst
-rwxrwxr-x. 1 oracle oinstall 7.6K Oct 26 10:41 netmgr
-rwxrwxr-x. 1 oracle oinstall 6.6K Oct 26 10:41 netca
-rwxrwxr-x. 1 oracle oinstall 107 Oct 26 10:41 netca_deinst.sh
-rwxrwxr-x. 1 oracle oinstall 11K Oct 26 10:41 dbua
-rwxrwxr-x. 1 oracle oinstall 1.7K Oct 26 10:41 schagent
-rwxrwxr-x. 1 oracle oinstall 1.6K Oct 26 10:41 aqxmlctl
-rwxrwxr-x. 1 oracle oinstall 7.3K Oct 26 10:41 diagsetup
-rwxrwxr-x. 1 oracle oinstall 1.3K Oct 26 10:41 odisrvreg
-rwxrwxr-x. 1 oracle oinstall 2.9K Oct 26 10:41 schemasync
-rwxrwxr-x. 1 oracle oinstall 2.2K Oct 26 10:41 oidca
-rwxrwxr-x. 1 oracle oinstall 4.7K Oct 26 10:41 srvconfig
-rwxrwxr-x. 1 oracle oinstall 484 Oct 26 10:41 kfod
-rwxrwxr-x. 1 oracle oinstall 2.1K Oct 26 10:41 trcsess
-rwxrwxr-x. 1 oracle oinstall 2.4K Oct 26 10:41 oradnfs_run.sh
-rwxrwxr-x. 1 oracle oinstall 340 Oct 26 10:41 extusrupgrade
-rwxrwxr-x. 1 oracle oinstall 275 Oct 26 10:41 chopt
-rwxrwxr-x. 1 oracle oinstall 6.3K Oct 26 10:41 chopt.pl
-rwxrwxr-x. 1 oracle oinstall 2.3K Oct 26 10:41 chopt.ini
-rwxrwxr-x. 1 oracle oinstall 11M Oct 26 10:41 proc
-rwxrwxr-x. 1 oracle oinstall 9.8M Oct 26 10:41 procob
-rwxrwxr-x. 1 oracle oinstall 731K Oct 26 10:41 dg4odbc
-rwxrwxr-x. 1 oracle oinstall 37K Oct 26 10:41 tnsping0
-rwxrwxr-x. 1 oracle oinstall 361K Oct 26 10:41 ctxload
-rwxrwxr-x. 1 oracle oinstall 754K Oct 26 10:41 ctxlc
-rwxrwxr-x. 1 oracle oinstall 849K Oct 26 10:41 ctxkbtc
-rwxrwxr-x. 1 oracle oinstall 9.2M Oct 26 10:41 wrap
-rwxrwxr-x. 1 oracle oinstall 107K Oct 26 10:41 dbv
-rwxrwxr-x. 1 oracle oinstall 37K Oct 26 10:41 tstshm
-rwxrwxr-x. 1 oracle oinstall 27K Oct 26 10:41 maxmem
-rwxrwxr-x. 1 oracle oinstall 104K Oct 26 10:41 orapwd
-rwxrwxr-x. 1 oracle oinstall 27K Oct 26 10:41 dbfsize
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:41 dumpsga
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:41 mapsga
-rwxrwxr-x. 1 oracle oinstall 27K Oct 26 10:41 cursize
-rwxrwxr-x. 1 oracle oinstall 230K Oct 26 10:41 agtctl
-rwxrwxr-x. 1 oracle oinstall 343K Oct 26 10:41 hsalloci
-rwxrwxr-x. 1 oracle oinstall 216K Oct 26 10:41 hsots
-rwxrwxr-x. 1 oracle oinstall 217K Oct 26 10:41 hsdepxa
-rwxrwxr-x. 1 oracle oinstall 146K Oct 26 10:42 sbttest
-rwxrwxr-x. 1 oracle oinstall 69K Oct 26 10:42 kgmgrO
-rwxrwxr-x. 1 oracle oinstall 40K Oct 26 10:42 loadpspO
-rwxrwxr-x. 1 oracle oinstall 888K Oct 26 10:42 dgmgrlO
-rwxrwxr-x. 1 oracle oinstall 105K Oct 26 10:42 nid
-rwxrwxr-x. 1 oracle oinstall 2.2M Oct 26 10:42 extjobo
-rwxrwxr-x. 1 root oinstall 2.2M Oct 26 10:42 extjob
-rwxrwxr-x. 1 root oinstall 2.2M Oct 26 10:42 jssu
-rwxrwxr-x. 1 oracle oinstall 121K Oct 26 10:42 kfod.bin
-rwxrwxr-x. 1 oracle oinstall 33K Oct 26 10:42 amdu
-rwxrwxr-x. 1 oracle oinstall 726K Oct 26 10:42 wrcO
-rwxrwxr-x. 1 oracle oinstall 46K Oct 26 10:42 adrciO
-rwxrwxr-x. 1 oracle oinstall 238K Oct 26 10:42 uidrvciO
-rwxrwxr-x. 1 oracle oinstall 95K Oct 26 10:42 kfed
-rwxrwxr-x. 1 oracle oinstall 87K Oct 26 10:42 mkpatch
-rwxrwxr-x. 1 oracle oinstall 37K Oct 26 10:42 sysresv0
-rwxrwxr-x. 1 oracle oinstall 77K Oct 26 10:42 renamedg
-rwxrwxr-x. 1 oracle oinstall 29K Oct 26 10:42 osdbagrp
-rwxrwxr-x. 1 oracle oinstall 3.5M Oct 26 10:42 setasmgid
-rwxrwxr-x. 1 oracle oinstall 7.5M Oct 26 10:42 orion
-rwxrwxr-x. 1 oracle oinstall 27K Oct 26 10:42 skgxpinfo
-rwxrwxr-x. 1 oracle oinstall 131K Oct 26 10:42 trcldr
-rwxrwxr-x. 1 oracle oinstall 84K Oct 26 10:42 oputil
-rwxrwxr-x. 1 oracle oinstall 50K Oct 26 10:42 trcroute0
-rwxrwxr-x. 1 oracle oinstall 37K Oct 26 10:42 tnsping
-rwxrwxr-x. 1 oracle oinstall 25K Oct 26 10:42 sqlplus
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 ldapadd
-rwxrwxr-x. 1 oracle oinstall 1022K Oct 26 10:42 ldapcompare
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 ldapdelete
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 ldapmodify
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 ldapsearch
-rwxrwxr-x. 1 oracle oinstall 1022K Oct 26 10:42 ldapmoddn
-rwxrwxr-x. 1 oracle oinstall 1.2M Oct 26 10:42 ldapaddmt
-rwxrwxr-x. 1 oracle oinstall 1.2M Oct 26 10:42 ldapmodifymt
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 dsml2ldif
-rwxrwxr-x. 1 oracle oinstall 93K Oct 26 10:42 oklist
-rwxrwxr-x. 1 oracle oinstall 29K Oct 26 10:42 rawutl
-rwxrwxr-x. 1 oracle oinstall 515K Oct 26 10:42 imp
-rwxrwxr-x. 1 oracle oinstall 1.1M Oct 26 10:42 exp
-rwxrwxr-x. 1 oracle oinstall 1.7M Oct 26 10:42 sqlldr
-rwxrwxr-x. 1 oracle oinstall 134K Oct 26 10:42 tkprof
-rwxrwxr-x. 1 oracle oinstall 143K Oct 26 10:42 plshprof
-rwxrwxr-x. 1 oracle oinstall 13M Oct 26 10:42 rmanO
-rwxrwxr-x. 1 oracle oinstall 69K Oct 26 10:42 kgmgr
-rwxrwxr-x. 1 oracle oinstall 40K Oct 26 10:42 loadpsp
-rwxrwxr-x. 1 oracle oinstall 236K Oct 26 10:42 impdp
-rwxrwxr-x. 1 oracle oinstall 228K Oct 26 10:42 expdp
-rwxrwxr-x. 1 oracle oinstall 59K Oct 26 10:42 genezi
-rwxrwxr-x. 1 oracle oinstall 888K Oct 26 10:42 dgmgrl
-rwxrwxr-x. 1 oracle oinstall 44K Oct 26 10:42 dg4pwd
-rwxrwxr-x. 1 oracle oinstall 726K Oct 26 10:42 wrc
-rwxrwxr-x. 1 oracle oinstall 46K Oct 26 10:42 adrci
-rwxrwxr-x. 1 oracle oinstall 238K Oct 26 10:42 uidrvci
-rwxrwxr-x. 1 oracle oinstall 37K Oct 26 10:42 sysresv
-rwxrwxr-x. 1 oracle oinstall 195K Oct 26 10:42 extproc
-rwxrwxr-x. 1 oracle oinstall 78K Oct 26 10:42 okdstry
-rwxrwxr-x. 1 oracle oinstall 83K Oct 26 10:42 okinit
-rwxrwxr-x. 1 oracle oinstall 984K Oct 26 10:42 tnslsnr
-rwxrwxr-x. 1 oracle oinstall 170K Oct 26 10:42 lsnrctl
-rwxrwxr-x. 1 oracle oinstall 50K Oct 26 10:42 trcroute
-rwxrwxr-x. 1 oracle oinstall 13M Oct 26 10:42 rman
-rwxrwxr-x. 1 oracle oinstall 390M Oct 26 10:43 oracle
-rwxrwxr-x. 1 oracle oinstall 14K Oct 26 10:43 onsctl
-rwxrwxr-x. 1 oracle oinstall 7.3K Oct 26 10:43 dbca
-rwxrwxr-x. 1 oracle oinstall 5.3K Oct 26 10:43 emca
-rwxrwxr-x. 1 oracle oinstall 1022K Oct 26 10:43 ldapbind
[oracle@october bin]$
[oracle@october bin]$ ls -lrth db*
-rwxrwxr-x. 1 oracle oinstall 14K Jan 1 2000 dbstart
-rwxrwxr-x. 1 oracle oinstall 6.0K Jan 1 2000 dbshut
-rwxrwxr-x. 1 oracle oinstall 2.4K Jan 1 2000 dbhome
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 dbvO
-rwxrwxr-x. 1 oracle oinstall 0 Sep 18 2014 dbfsizeO
-rwxrwxr-x. 1 oracle oinstall 3.0K Jan 26 2017 dbupgrade
-rwxrwxr-x. 1 oracle oinstall 5.2K Jan 26 2017 dbgeu_run_action.pl
-rwxrwxr-x. 1 oracle oinstall 1.4M Jan 26 2017 dbfs_client
-rwxrwxr-x. 1 oracle oinstall 11K Oct 26 10:41 dbua
-rwxrwxr-x. 1 oracle oinstall 107K Oct 26 10:41 dbv
-rwxrwxr-x. 1 oracle oinstall 27K Oct 26 10:41 dbfsize
-rwxrwxr-x. 1 oracle oinstall 7.3K Oct 26 10:43 dbca
[oracle@october bin]$
[oracle@october bin]$
[oracle@october bin]$ ./dbca -silent -createDatabase -templateName
General_Purpose.dbc -gdbName october -sid october -createAsContainerDatabase
false -emConfiguration NONE
Enter SYS user password:
[WARNING] [DBT-06208] The 'SYS' password entered does not conform to the Oracle
recommended standards.
CAUSE:
a. Oracle recommends that the password entered should be at least 8 characters in
length, contain at least 1 uppercase character, 1 lower case character and 1 digit
[0-9].
b.The password entered is a keyword that Oracle does not recommend to be used as
password
ACTION: Specify a strong password. If required refer Oracle documentation for
guidelines.
[WARNING] [DBT-06208] The 'SYSTEM' password entered does not conform to the Oracle
recommended standards.
CAUSE:
a. Oracle recommends that the password entered should be at least 8 characters in
length, contain at least 1 uppercase character, 1 lower case character and 1 digit
[0-9].
b.The password entered is a keyword that Oracle does not recommend to be used as
password
ACTION: Specify a strong password. If required refer Oracle documentation for
guidelines.
Copying database files
1% complete
2% complete
18% complete
33% complete
Creating and starting Oracle instance
35% complete
40% complete
44% complete
49% complete
50% complete
53% complete
55% complete
Completing Database Creation
56% complete
57% complete
58% complete
62% complete
65% complete
66% complete
Executing Post Configuration Actions
100% complete
Look at the log file "/u01/app/oracle/cfgtoollogs/dbca/october/october.log" for
further details.
[oracle@october bin]$
[oracle@october bin]$
[oracle@october bin]$
[oracle@october bin]$ cd
[oracle@october ~]$
[oracle@october ~]$ ps -ef | grep pmon
oracle 15798 1 0 11:20 ? 00:00:00 ora_pmon_october
oracle 16090 6030 0 11:21 pts/1 00:00:00 grep --color=auto pmon
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ sqlplus / as sysdba
bash: sqlplus: command not found...
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ sqlplus / as sysdba
bash: sqlplus: command not found...
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ env | grep ora
OLDPWD=/u01/app/oracle/product/12.2.0.1/bin
USER=oracle
ORACLE_BASE=/u01/app/oracle
MAIL=/var/spool/mail/oracle
PATH=/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/oracle/.local/bin:/
home/oracle/bin:/home/oracle/.local/bin:/home/oracle/bin
PWD=/home/oracle
HOME=/home/oracle
LOGNAME=oracle
XDG_DATA_DIRS=/home/oracle/.local/share/flatpak/exports/share:/var/lib/flatpak/
exports/share:/usr/local/share:/usr/share
ORACLE_HOME=/u01/app/oracle/product/12.2.0.1
[oracle@october ~]$
[oracle@october ~]$ export $ORACLE_HOME=/u01/app/oracle/product/12.2.0.1
-bash: export: `/u01/app/oracle/product/12.2.0.1=/u01/app/oracle/product/12.2.0.1':
not a valid identifier
[oracle@october ~]$
[oracle@october ~]$ export ORACLE_HOME=/u01/app/oracle/product/12.2.0.1
[oracle@october ~]$
[oracle@october ~]$ export ORACLE_BASE=/u01/app/oracle
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ export ORACLE_SID=october
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ sqlplus / as sysdba
bash: sqlplus: command not found...
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ cat /etc/oratab
#
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH
export ORACLE_HOME=/u01/app/oracle/product/12.2.0.1
export ORACLE_BASE=/u01/app/oracle
export ORACLE_SID=october
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ vi .bash_profile
[oracle@october ~]$ vi .bash_profile
[oracle@october ~]$
[oracle@october ~]$ . .bash_profile
[oracle@october ~]$ sqlplus / as sysdba
bash: sqlplus: command not found...
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ . oraenv
ORACLE_SID = [october] ? october
The Oracle base remains unchanged with value /u01/app/oracle
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$ sqlplus / as sysdba
Connected to:
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
SQL>
SQL> select name from v$database;
NAME
---------
OCTOBER
SQL> exitr
SP2-0042: unknown command "exitr" - rest of line ignored.
SQL> exit
Disconnected from Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit
Production
[oracle@october ~]$
[oracle@october ~]$
[oracle@october ~]$