oracledba-skills.com
Oracle DBA Skills | Know real time Oracle DBA skills…
Know real time Oracle DBA skills…. Easy online loans no paperwork. Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! This entry was posted in Uncategorized. March 31, 2014. Proudly powered by WordPress.
oracledba-tunning.blogspot.com
oracle dba and performance tunning
Oracle dba and performance tunning. Thursday, 19 November 2009. Oracle 11g New Features for Administrators. Detailed explanation of the concepts. Details of using Oracle Grid Control in implementing the concepts. What is not covered? The document discussed new features in Oracle 11g in only the topics as stated in the contents section. New features introduced in other areas are not covered. To mention some of them, this document does not cover the new features in the following areas:. Oracle Database 11g...
oracledba-tutorial.blogspot.com
ORACLE DBA TUTORIAL LEARN DBA COURSE- dba course,about oracle dba, oracle dba tutorial, oracle dba topics, oracle dba tutorial pdf for beginners
Skip to left sidebar. Skip to right sidebar. Oracle DBA tutorial and video tutorials for beginners. Oracle Dba Video Tutorials. Backup and Restore a database with RMAN cold. Again let's talk about backups. There are two types of backup:. Saying backups cold. In this case the base is inaccessible to users and it performs a simple file copy appropriate to restore in case of trouble. Again, a bit of thought before acting will save time later and avoid crisis situations. In panic mode, we do not think at all...
oracledba-unix.blogspot.com
oracledba-unix
Subscribe to: Posts (Atom). View my complete profile. Simple theme. Powered by Blogger.
oracledba-valentin.blogspot.com
oracle apps dba
Четверг, 2 декабря 2010 г. Way to connect to APPS or how to bypass default Login screen. Вторник, 9 ноября 2010 г. FAILED: file FNDNLINS.sql on worker 1 for product fnd username APPLSYS. If you use ADADMIN utility and get ERROR. FAILED: file FNDNLINS.sql on worker 1 for product fnd username APPLSYS. PACKAGE=FND LOOKUP VALUES PKG. SQLERRM=ORA-00001: unique constraint(APPLSYS.FND LOOKUP VALUES U2) violated. Redwood Shores, California, USA. Version 11.5.0. Review the README for pre-requisite information.
oracledba-videos.blogspot.com
Oracle DBA Videos
This blog presents Oracle DBA Videos.An Audio visual Demo of some of the operations a DBA encounters in his day to day life. All the videos in this blog are High Definition Videos most with Audio. The videos are best watched in full screen with "HD option enabled". You would also find screenshots and some handy scripts for DBAs. Wednesday, November 22, 2017. This video gives an introduction to Oracle Database patches. Posted by Ritesh Das. Links to this post. Labels: oracle database patches. The current ...
oracledba-vinod.blogspot.com
Oracle Database Administration
Thursday, August 1, 2013. What is a Latch. Oracle SGA consists of numerous data structures such as Buffer Cache, Shared pool, Library cache, Dictionary cache, redo log buffer etc. Many oracle processes need to access these SGA data structures concurrently. Though these SGA components are shared, only one process must be able to modify it at any particular point in time. Oracle achieves this by protecting the SGA data structures with latches. When do Oracle Process obtain a latch? A process acquires a lat...
oracledba.bigresource.com
SQL & PL/SQL :: Reorder The Rows Based On 3 Parameters
SQL and PL/SQL : Reorder The Rows Based On 3 Parameters. Aug 29, 2012. I have a requirement (procedure) to reorder the rows based on 3 parameters. My table looks like:. 1st parameter will be EMPID, 2nd parameter is orderID's (any combination comma separated) and 3rd is Position after. Ie proc call will be like REORDER(101, '1,3', 4);. So that, 1,3 should come after 4th position and everything should get reorder. CREATE TABLE TEST TABLE(EMPID NUMBER, ORDERID NUMBER, ENAME VARCHAR2(20) ;. SQL and PL/SQL : ...
oracledba.blogspot.com
Oracle DBA Place
Skip to main content. Subscribe to this blog. Extract Data Guard Commands on Oracle 12.2. February 08, 2018. Hi, These days I am starting to work on Oracle 12.2, leaving behind the old versions. Since my main domain is Oracle Data Guard, I posted a blog about Oracle 12c Release 2 New Features for Active Data Guard. One of a big new feature I missed is that the internal Data Guard broker configuration was changed dramatically on 12.2. Last week, I tried to Extract Data Guard Commands. January 29, 2018.