
oracletoday.blogspot.com
Oracle TodayStuff about the Oracle database.
http://oracletoday.blogspot.com/
Stuff about the Oracle database.
http://oracletoday.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
33
SITE IP
172.217.11.33
LOAD TIME
0.344 sec
SCORE
6.2
Oracle Today | oracletoday.blogspot.com Reviews
https://oracletoday.blogspot.com
Stuff about the Oracle database.
Oracle Today: February 2011
http://oracletoday.blogspot.com/2011_02_01_archive.html
Stuff about the Oracle database. Thursday, February 24, 2011. Direct NFS Clonedb is a feature in 11.2 that you can use to clone your databases. Kevin Closson explains what it is in this post. In his demo videos he is using a perl script to automate the process of generating the necessary scripts. That script is not publicly available as of today but the MOS note 1210656.1 explains how to do the clone manually without the perl script. He also uses the perl script mentioned above. If it is not enabled you ...
Oracle Today: June 2009
http://oracletoday.blogspot.com/2009_06_01_archive.html
Stuff about the Oracle database. Friday, June 19, 2009. Opatch problem on Windows. There is a note in Metalink. That explains that on Windows having space characters in your ORACLE HOME variable, the patch location or JDK location causes an error when running opatch. Yesterday I saw a strange problem that is similar to the above case. If your opatch directory contains space characters you get a strange error. Even if the above conditions were not present we got an error like this:. Posted by Yasin Baskan.
Oracle Today: January 2008
http://oracletoday.blogspot.com/2008_01_01_archive.html
Stuff about the Oracle database. Friday, January 11, 2008. The blog tagging thing. During the last few days lots of Oracle bloggers have been busy tagging each other and posting eight unknown things about themselves. I was also tagged by some friends and was asked to post eight things about myself. I have never forwarded any chain e-mails or messages to anyone and in parallel to that I have not written anything about myself after this either. In the comments to an Eddie Awad post. Posted by Yasin Baskan.
Oracle Today: May 2012
http://oracletoday.blogspot.com/2012_05_01_archive.html
Stuff about the Oracle database. Thursday, May 24, 2012. Strange ORA-14404, or not? I was trying to drop a tablespace which I know there were no segments in it. A simple query from dba segments returns no rows which means there are no segments allocated in this tablespace. But strangely I got this:. SQL drop tablespace psapsr3old including contents and datafiles;. Drop tablespace psapsr3old including contents and datafiles. ERROR at line 1:. How come I cannot drop a tablespace with no segments in it?
Oracle Today: November 2010
http://oracletoday.blogspot.com/2010_11_01_archive.html
Stuff about the Oracle database. Tuesday, November 09, 2010. Do not forget to set gpgkey when installing the oracle-validated rpm. In my previous post. I had five lines added to /etc/yum.conf. The ones except gpgkey are self-explanatory. The parameter gpgkey is used to point to a file that contains the public key for the packages you install so that yum can verify the package's authenticity if needed. The file I use is the key file that contains the public key to verify the oracle-validated rpm. Processi...
TOTAL PAGES IN THIS WEBSITE
19
Vidya Bala's Blog: September 2007
http://vidyabala.blogspot.com/2007_09_01_archive.html
Thursday, September 20, 2007. OC4J ping timeout issues. We recently went with a Jdev. Application Server 10.1.3. While the deployment went fine, a few days after the deployment we started noticing oc. 4j ping timeout issues in the opmn. Log After the OC. 4J ping timeout OC. 4J tries to restart itself. We checked the max heap size - the max heap size looks good. There is not much activity on the server so we feel the default ping timeout of 20 seconds should be sufficient. I don't. It can be a JDK.
USING TURKISH CHARACTERS on UNIX/LINUX | Mustafa DOGANAY's Blog
https://doganay.wordpress.com/2015/07/08/using-turkish-characters-on-unixlinux
Mustafa DOGANAY's Blog. Mustafa DOGANAY's Oracle Blog. SHELL COMMANDS for DBAs. July 8, 2015 / doganay. USING TURKISH CHARACTERS on UNIX/LINUX. Larr; MASTER NODE in a RAC. GENERATE USER CREATE SCRIPT (COMPLETE) →. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. Notify me of new comments via email.
HOW TO DELETE “DATABASE SYSTEM” TARGETS MANUALLY on Enterprise Manager Cloud Control 12c REPOSITORY DB | Mustafa DOGANAY's Blog
https://doganay.wordpress.com/2015/05/08/how-to-delete-database-system-targets-manually-on-enterprise-manager-cloud-control-12c-repository-db
Mustafa DOGANAY's Blog. Mustafa DOGANAY's Oracle Blog. SHELL COMMANDS for DBAs. May 8, 2015 / doganay. HOW TO DELETE “DATABASE SYSTEM” TARGETS MANUALLY on Enterprise Manager Cloud Control 12c REPOSITORY DB. Delete from sysman.em manageable entities where entity type='oracle dbsys'; commit;. Larr; UPDATE A TABLE WITHOUT GRANT BUG. GENERATE USER CREATE SCRIPT (COMPLETE) →. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public).
UPDATE A TABLE WITHOUT GRANT BUG | Mustafa DOGANAY's Blog
https://doganay.wordpress.com/2015/05/06/update-a-table-without-grant-bug
Mustafa DOGANAY's Blog. Mustafa DOGANAY's Oracle Blog. SHELL COMMANDS for DBAs. May 6, 2015 / doganay. UPDATE A TABLE WITHOUT GRANT BUG. Bug exists on only 11.2.0.3.0-11.2.0.3.8. Does not exist on 11.1 and below, 11.2.0.3.9-current latest psu 11.2.0.3.X, 11.2 and 12c. SQL create user u2 identified by Deneme 1234;. 10g and before ————–. SQL update (with tmp as (select * from u1.t1) select * from tmp) set a=2 where b=1 * ERROR at line 1: ORA-01732: data manipulation operation not legal on this view. ORA-24...
doganay | Mustafa DOGANAY's Blog
https://doganay.wordpress.com/author/doganay
Mustafa DOGANAY's Blog. Mustafa DOGANAY's Oracle Blog. SHELL COMMANDS for DBAs. MMON PROCESS IS NOT RUNNING. DBA ERRORS HTML FORMATTING. ORA-01017: invalid username/password; logon denied. ORA-32318: CANNOT RENAME A MATERIALIZED VIEW. ORA-01548 WHEN DROPPING UNDO TBS. 8220;IS MY SCRIPT RUNNING” SHELL SCRIPT CODE PIECE. HOW TO ADD LINES TO TRACE FILES AND/OR ALERT LOG USING DBMS SYSTEM. HOW TO VI LAST N LINES OF A FILE. DROP PARTITION WITHOUT PASSING PARTITION NAME. Mustafa DOĞANAY Linkedin Page. Yasin BA...
SHELL COMMANDS for DBAs | Mustafa DOGANAY's Blog
https://doganay.wordpress.com/shell-commands-for-dbas
Mustafa DOGANAY's Blog. Mustafa DOGANAY's Oracle Blog. SHELL COMMANDS for DBAs. SHELL COMMANDS for DBAs. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. You are commenting using your Google account. ( Log Out. Mustafa DOĞANAY Linkedin Page.
GENERATE USER CREATE SCRIPT (COMPLETE) | Mustafa DOGANAY's Blog
https://doganay.wordpress.com/2015/07/08/generate-user-create-script-complete-2
Mustafa DOGANAY's Blog. Mustafa DOGANAY's Oracle Blog. SHELL COMMANDS for DBAs. July 8, 2015 / doganay. GENERATE USER CREATE SCRIPT (COMPLETE). Select ‘alter user ‘ username ’ quota ‘ decode(max bytes,-1,’UNLIMITED’,max bytes) ’ on ‘ tablespace name ’ ’ from DBA ts quotas. Where username=upper(trim(‘& USERNAME’). Mustafa DOGANAY's Blog. Larr; USING TURKISH CHARACTERS on UNIX/LINUX. HOW TO CREATE A PRIMARY KEY PARALEL →. Leave a Reply Cancel reply. Enter your comment here. Address never made public).
MOS TRICKS | Mustafa DOGANAY's Blog
https://doganay.wordpress.com/2015/04/28/mos-tricks
Mustafa DOGANAY's Blog. Mustafa DOGANAY's Oracle Blog. SHELL COMMANDS for DBAs. April 28, 2015 / doganay. Https:/ support.oracle.com/rs? Https:/ updates.oracle.com/download/XXXXXX.html. Https:/ support.oracle.com/epmos/faces/BugDisplay? MOS Expire popup close:. Javascript:(function(){document.getElementById(‘DhtmlZOrderManagerLayerContainer’).style.display=’none’ })(). Larr; Error in invoking target ‘agent nmhs’ of makefile. UPDATE A TABLE WITHOUT GRANT BUG →. Leave a Reply Cancel reply. ORA-38774: canno...
GENERATE USER CREATE SCRIPT (COMPLETE) | Mustafa DOGANAY's Blog
https://doganay.wordpress.com/2015/05/14/generate-user-create-script-complete
Mustafa DOGANAY's Blog. Mustafa DOGANAY's Oracle Blog. SHELL COMMANDS for DBAs. May 14, 2015 / doganay. GENERATE USER CREATE SCRIPT (COMPLETE). Larr; HOW TO DELETE “DATABASE SYSTEM” TARGETS MANUALLY on Enterprise Manager Cloud Control 12c REPOSITORY DB. LAST DDL TIME ON DBA OBJECTS NOT CHANGING →. Doganay / Jul 8 2015 1:13 pm. Reblogged this on Mustafa DOGANAY's Blog. Where username=upper(trim(‘& USERNAME’). Leave a Reply Cancel reply. Enter your comment here. Address never made public). ORA-04023: Objec...
TOTAL LINKS TO THIS WEBSITE
33
oracletipssite
Sidebar 1 Text Widget. This is a text widget. The Text Widget allows you to add text or HTML to your sidebar. You can use a text widget to display text, links, images, HTML, or a combination of these. Edit them in the Widget section of the Customizer. Sidebar 2 Text Widget. Oracle and Banner Tips, Tricks, and Scripts. This blog is for everything Oracle, especially as it deals with Ellucian Banner. It is associated with http:/ www.oracletips.guru. Funding www.OracleTips.Guru. This is an additional placeho...
Oracletipster - Free Soccer Prediction, Both To Score, Betting Tips
All tips released verified by reliable third party verification company. OracleTipster is an official tipster under the VerifiedBets.com network. Ensure you with all 100% genuine track records and statistic. Welcome to experience oracletipster. 2011 OracleTipster. Manage by Tomas Vsevolod.
oracle tips & tricks
Oracle Tips and Tricks. Friday, 25 April 2008. Invoking and Executing a Script from OEM. When including script names in OEM you must carefully include the fully-qualified path for the script: (i.e. /u01/app/oracle/scripts/myscript.sql). Placing custom scripts within OEM is a great way to improve reporting. Here is a quick overview of script execution from OEM:. Create a "new event" from the OEM console. Choose "enable unsolicited event" and then "test unsolicited event". Posted by popo @ 00:59. 4 Ensure ...
Oracle Taekwondo Academy - Oracle Taekwondo Academy
Links to our Facebook and email. 5601 S. Campbell Ave. Springfield, MO 65810. This is Master Therkelsen singing the National Anthem. Recorded live at Springfield's Ozark Empire Fair in August 2014! White-Orange Belts Monday-Thursday 5:30 - 6:20 PM. Green-Brown Belts Monday-Thursday 6:30 - 7:20 PM. Black Belts Monday-Thursday 7:30 - 8:30 PM. All Ranks Saturday 11:00 - 12:00 AM. The Tenets of Taekwondo. We teach courtesy by showing and requiring it in the classroom. If there is one . Thing th .
Welcome to ORACLETMS.COM
Sorry, there are no results for your search. Search again:. This page is provided courtesy of GoDaddy.com, LLC.
Oracle Today
Stuff about the Oracle database. Thursday, May 24, 2012. Strange ORA-14404, or not? I was trying to drop a tablespace which I know there were no segments in it. A simple query from dba segments returns no rows which means there are no segments allocated in this tablespace. But strangely I got this:. SQL drop tablespace psapsr3old including contents and datafiles;. Drop tablespace psapsr3old including contents and datafiles. ERROR at line 1:. How come I cannot drop a tablespace with no segments in it?
Oracle to Git | Tool for exporting oracle DDL to Git repositary
Tool for exporting oracle DDL to Git repositary. OracleToGit is a simple tool for making comprehensible version controlled backups of your database in form of DDL queries. To make the long story short, it is a demon script which exports your database DDL scripts in realtime and allows you to track changes in code of your triggers, tables, packages, fuctions, views, etc. Ready to give it a try? Let’s go to the installation guide. One thought on “ What is OracleToGit. Date: Fri, 19 Aug 2016 14:35:55 1200.
oracletomysqlmigration.openthinklabs.com
Oracle to MySQL Migration Tips & Trick
Oracle to MySQL Migration Tips and Trick. Edited by Wildan Maulana. Edited by Wildan Maulana. Edited by Wildan Maulana. Edited by Wildan Maulana. Edited by Wildan Maulana. Oracle to MySQL Database Migration Workshop. Mengambil struktur database di Oracle beserta view nya menggunakan utilitas exp. Persamaan Outer Join Oracle yang menggunakan operator di MySQL. Statement SELECT berisi subquery pada klausa FROM (ERROR 1349 (HY000): View’s SELECT contains a subquery in the FROM clause).
Oracle Observer
Oracle Database Administration Blog. Oracle Observer has moved to http:/ oracleobserver.com. In order to accommodate more traffic and allow for forum posts as well as blogs the Oracle Observer has moved to http:/ oracleobserver.com. Posted by George Milliken. Links to this post. Subscribe to: Posts (Atom). Thompson Falls, Montana, United States. View my complete profile. Oracle Observer has moved to http:/ oracleobserver.
Home site of Oracletool, a free, web based Oracle DBA tool writtenin Perl
A web based tool for Oracle DBA's. Written and maintained by Adam vonNieda. Latest version is 3.0.1 - Released June, 2014. Oracletool is distributed free of charge. Oracletool was featured in several. A long time ago.