
oracledbaschool.blogspot.com
Oracle DbaThe Only Place To Be
http://oracledbaschool.blogspot.com/
The Only Place To Be
http://oracledbaschool.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.6 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
16
SSL
EXTERNAL LINKS
0
SITE IP
172.217.11.33
LOAD TIME
0.625 sec
SCORE
6.2
Oracle Dba | oracledbaschool.blogspot.com Reviews
https://oracledbaschool.blogspot.com
The Only Place To Be
Oracle Dba: Change DBID of database
http://oracledbaschool.blogspot.com/2009/07/change-dbid-of-database.html
The Only Place To Be. Tuesday, July 14, 2009. Change DBID of database. After a clone of a database to another machine with the same database name or if a new database name is created by recreating the controlfile, there is a need to recreate the dbid especially if the new database is to be registered in the same RMAN catalog. On different machines, still can’t be registered in the same catalog. To change dbid follow these steps -. Make sure the sys password is correct -. Then command line :. Control File...
Oracle Dba: Installing CRS (Oracle Clustwerware)
http://oracledbaschool.blogspot.com/2009/07/installing-crs-oracle-clustwerware.html
The Only Place To Be. Monday, July 13, 2009. Installing CRS (Oracle Clustwerware). 1 Configure the SSH. To configure SSH you need to perform the following steps on each node in the cluster. Chmod 700 .ssh. Cd ssh$ /usr/bin/ssh-keygen -t rsa. Now accept the default location for the key fileEnter and confirm a passphrase. (you can also press enter twice). Now accept the default location for the key fileEnter and confirm a passphrase. (you can also press enter twice). 5 The Voting Disk is /dev/raw/raw1.
Oracle Dba: December 2008
http://oracledbaschool.blogspot.com/2008_12_01_archive.html
The Only Place To Be. Wednesday, December 31, 2008. Oracle db Installation steps on Hp Ux 11.23 Itanium. Preparing an Oracle Database for Installation. Before installing an Oracle database on the management server, follow these steps:. 1 Make sure that your system meets the hardware and software requirements, “Installation Requirements for the Management Server. The dynamically linked Oracle environments are not. A Create a UNIX group named dba. The group ID should be greater than 100. Chown -R oracle:oi...
Oracle Dba: Super fast Database Copying/Cloning
http://oracledbaschool.blogspot.com/2009/07/super-fast-database-copyingcloning.html
The Only Place To Be. Sunday, July 5, 2009. Super fast Database Copying/Cloning. A database cloning procedure is especially useful for the DBA who wants to give his developers a full-sized TEST and DEV instance by cloning the PROD instance into the development server areas. This Oracle clone procedure can be use to quickly migrate a system from one UNIX server to another. It clones the Oracle database and this Oracle cloning procedures is often the fastest way to copy a Oracle database. STEP 3: Copy all ...
Oracle Dba: Trim a file on HP_UX
http://oracledbaschool.blogspot.com/2009/07/trim-file-on-hpux.html
The Only Place To Be. Tuesday, July 14, 2009. Trim a file on HP UX. Suppose you want to remove first 100 lines of a file named mail.log. First take the backup of the original file. Cat mail.log wc –l. Cat mail.log sed ‘1,10d’ /tmp/mail new.log. If you check the line count of newly created file mail new.log. Cat mail new.log wc –l. Now you can rename mail new.log with mail.log after taking the backup of original mail.log. Subscribe to: Post Comments (Atom). Change DBID of database. Trim a file on HP UX.
TOTAL PAGES IN THIS WEBSITE
16
Oracle Apps DBA
Tuesday, December 22, 2009. Move Grid Control Agent Repository To Another Server. Change Grid Control Agent Repository To Another Server. 1 Stop the agent. AGENT HOME/bin: emctl stop agent. Oracle@test ]$ $AGENT HOME/bin/emctl stop agent. Oracle Enterprise Manager 10g Release 10.2.0.1.0. Stopping agent . stopped. 2 Edit the AGENT HOME/sysman/config/emd.properties file. Change the following lines to port 4889. Make sure to back up this file before editing:. 3 Delete these files from the agent home. Check ...
-- Welcome to oracle DBAS --
On Call 24x7 Services. Welcome to www.oracledbas.com. Oracle DBAs provide end-to-end Oracle Database and Applications professional services by delivering maximum ROI - the people, expertise and processes - from one single source. Bringing all the benefits of Oracle DBAs All-in-One at a fixed price and fixed scope or at a variable price model, It provides a lower total cost of ownership, and a predictable investment in a long-term. Oracle is a registered trademark of Oracle Corporation.
Web hosting, domain name registration and web services by 1&1 Internet
THIS DOMAIN NAME HAS JUST BEEN REGISTERED FOR ONE OF OUR CUSTOMERS! Do you need affordable web hosting or a domain name? 1&1 Internet is trusted by millions. Find out why. Offers a one-stop shop for all your domain name and web hosting needs so you can maximize your full web potential — without barriers, and without fear. Smart webmasters choose 1&1 Internet for domain name registration and hosting solutions. All-Inclusive Hosting Plans with NO Hidden Charges. 24/7 Phone and E-mail Support.
Web hosting, domain name registration and web services by 1&1 Internet
THIS DOMAIN NAME HAS JUST BEEN REGISTERED FOR ONE OF OUR CUSTOMERS! Do you need affordable web hosting or a domain name? 1&1 Internet is trusted by millions. Find out why. Offers a one-stop shop for all your domain name and web hosting needs so you can maximize your full web potential — without barriers, and without fear. Smart webmasters choose 1&1 Internet for domain name registration and hosting solutions. All-Inclusive Hosting Plans with NO Hidden Charges. 24/7 Phone and E-mail Support.
ORACLE DATABASE
An ERROR FREE and EASY TO UNDERSTAND description of various operations of oracle database. All description about various things have been tested and then presented to you. No great genius has ever existed without some touch of madness. View my complete profile. Monday, 23 March 2015. Oracle Multimedia , JAVAM and XML components , ora-04031. To install Oracle Multimedia, first you need to check for the existence of JAVAM and XML components into database. Doc ID 337415.1)". Start of File full rmjvm.sql.
Oracle Dba
The Only Place To Be. Friday, July 17, 2009. While installing 10.2.0.3 Patchset software the OUI was core dumping Java error messages. Java bundled with the software seems to be corrupted and not working. Using the simple runInstaller command to use the Java bundled with the software was. Using that Java OUI was able to get pass the bootstrap phase and the installation went on. SOLUTION / ACTION PLAN. To implement the solution, please execute the following steps:. RunInstaller -jreLoc /opt/java1.4. WHERE...
oracledbascratchpad.blogspot.com
Oracle DBA Scratchpad
This blog is Created to post the various Oracle Topics and scripts. Tuesday, October 6, 2009. Virtual Indexes are another undocumented feature used by Oracle. Virtual indexes, as the name suggests are pseudo-indexes that will not behave the same way that normal indexes behave, and are meant for a very specific purpose. To determine if a new index will improve the performance, without impacting existing or new sessions. Below are some attributes of the Virtual Indexes. 2 Their creation will not affect exi...
Oracle DBA Scripts
Oracle Production support DBA Tips. Want to post your scripts here in this blog? Email it to snojha@gmail.com. You will be rewarded for your scripts if selected by our experts. Friday, August 27, 2010. When we last gathered stats in Oracle 11G. Select * from dba optstat operations;. To see the current retention value,. Select dbms stats.get stats history retention from dual;. Subscribe to: Posts (Atom). Oracle DBA Scripts Links. Bijoo's Oracle DBA Scripts. Jeffrey M. Hunter DBA Scripts - Idev.
oracledbascriptsfromajith.blogspot.com
Oracle DBA Scripts
Oracle Apps 11i/R12 - - Oracle 10gAS/Weblogic Server 11g - - Oracle 9i,10g,11g - Oracle APEX. Oracle and MySQL Support. InfraStack-Labs Oracle and MySQL DBA Services help you manage, maintain, and optimize your critical Oracle systems. We deliver 24/7, year-round support with flexible monthly contracts that don’t lock you in. Please contact me :- ajith.narayanan@infrastack-labs.in. Thursday, November 2, 2017. OMegha Public Cloud - Jumpstart Cloud for Startups. Links to this post. Friday, June 9, 2017.