Step 1: Create new data folder for mysql (For
example: /u01/mysql/data)
[root@ptudvtg149 ~]# mkdir -p
/u01/mysql/data
Step 2: Copy all old data of mysql to new
folder ( old folder: /var/lib/mysql)
[root@ptudvtg149 mysql]# cp -r
/var/lib/mysql /u01/mysql/data/
[root@ptudvtg149 mysql]#chown -R mysql:mysql /u01/myql
Step 3: Edit /etc/my.cnf
...
Category
- APEX 5.0.3 ( 1 )
- Applications Manager ( 4 )
- BI Publisher ( 12 )
- Enterprise Manager Cloud 12c ( 2 )
- Identity Management ( 12 )
- Java ( 4 )
- MySQL ( 7 )
- OCDM ( 3 )
- OPAM ( 2 )
- Oracle ( 28 )
- P6 EPPM ( 13 )
- PeopleSoft ( 2 )
- Php ( 2 )
- Redhat ( 22 )
- Timesten ( 3 )
- WCCC ( 8 )
- windows ( 1 )
- yii framework ( 1 )
Thursday, October 22, 2015
How to start network linux automatically
Step 1: Check your network
[root@PTUDServer3 ~]# ifconfig
-a
eth0 Link encap:Ethernet HWaddr 74:46:A0:98:D0:BE
inet addr:192.168.2.133 Bcast:10.61.118.255 Mask:255.255.255.0
inet6 addr:
fe80::7646:a0ff:fe98:d0be/64...
Wednesday, October 21, 2015
Creating a Repository Using Oracle Administration Tool

TOC \o "1-3" \h \z \u Download the software.
PAGEREF _Toc433197194 \h 3
08D0C9EA79F9BACE118C8200AA004BA90B02000000080000000E0000005F0054006F0063003400330033003100390037003100390034000000
Download Oracle Database
12c Client for Windows.
PAGEREF _Toc433197195...
Tuesday, October 20, 2015
Introduction to Oracle Enterprise Manager Database Express

What is EM Express?
Oracle Enterprise Manager Database Express (EM Express) is a web-based database management tool that is built inside the Oracle Database.
https://Hostname:Port/em
EM Express features?
These Enterprise Manager Database Express features...
Thursday, October 1, 2015
Reset the AdminServer password in WebLogic Server
Step 1: Setup
environment variables.
[omss@ptud security]$ export
MW_HOME=/home/omss/middleware
[omss@ptud security]$ export
DOMAIN_HOME=/home/omss/middleware/user_projects/domains/oud_domain
Step 2: Shutdown
the WebLogic domain
$DOMAIN_HOME/bin/stopWebLogic.sh
Step 3: Rename
the data folder.
[omss@ptud security]$ mv $DOMAIN_HOME/servers/AdminServer/data/
...
Subscribe to:
Posts (Atom)
- Weekly
- Recent
- Comment
Weekly
-
Step 1: Set JAVA environment for PENTAHO My...
-
Step 1: Create tablespace create tablespace...
-
Source Server Target ...
-
Step 1 : Setup the RREG utility ...