Articles
541
Tags
138
Categories
99
Article
Categories
Archives
Tags
List
Manual
Software
Upload
Temp
Enjoy
Shuoshuo
Music
Movie
Gallery
Book
Game
Link
About
Dream of Mirror Ruins
Oracle Database Automatic Install Scripts
Back to Home
Search
Article
Categories
Archives
Tags
List
Manual
Software
Upload
Temp
Enjoy
Shuoshuo
Music
Movie
Gallery
Book
Game
Link
About
Oracle Database Automatic Install Scripts
Created
2024-06-17
|
Updated
2026-07-30
|
Database
Oracle
Installation
|
Word Count:
11
|
Reading Time:
1mins
|
Post Views:
Oracle Database Automatic Install Scripts
For 11g single instance
・
installDB11g_SI.sh
Author:
Sakura Yumeno
Link:
https://meno.lostyu.qzz.io/posts/3015ae52.html
Copyright Notice:
All articles on this blog are licensed under
CC BY-NC-SA 4.0
unless otherwise stated.
script
Previous
How to Repair Corrupted XFS Filesystem with xfs_repair
How to Repair Corrupted XFS Filesystem with xfs_repair Our partition is now successfully mounted as an xfs partition. Next, we are going to simulate filesystem corruption by trashing random filesystem metadata blocks using the xfs_db command. ~]$ sudo mount | grep /dev/sdb1~]$ sudo umount /dev/sdb1~]$ sudo xfs_db -x -c blockget -c "blocktrash -s 512109 -n 1000" /dev/sdb1 Before we embark on repairing the filesystem, we can perform a dry run using the -n flag as shown. A dry run provides a pe...
Next
p31537677_112040_Linux-x86-64
p31537677_112040_Linux-x86-64 Patch 31537677 - Oracle Database Patch Set Update 11.2.0.4.201020 ・ p31537677_112040_Linux-x86-64_README Record Upgrade the OPatch utility version 11.2.0.3.23 or later to apply this patch. ~]# mv $ORACLE_HOME/OPatch{,.bak.`date +%Y%m%d`}~]# unzip -q -d $ORACLE_HOME /soft/p6880880_112000_Linux-x86-64_11.2.0.3.31.zip~]# chown -R oracle:oinstall $ORACLE_HOME/OPatch~]# su - oracle -c "$ORACLE_HOME/OPatch/opatch version"OPatch Version: 11.2.0.3.31OPatch succeeded....
Contents
1.
Oracle Database Automatic Install Scripts
1.1.
For 11g single instance
Search
Loading Database