• Home
  • RMAN
  • Database
    • Data Guard
    • Data Pump
    • Performance Tuning
    • Security
    • General
  • Enterprise Manager
    • Grid Control 11g
    • Cloud Control 12c
  • Middleware
    • APEX
    • Application Server
    • Forms & Reports
    • WebLogic Server
  • OS
    • Linux & UNIX
    • Windows
    • VirtualBox
  • SQL Server
  • MongoDB
  • About Me
Home » Articles posted by Garth ( » Page 2)

Author Archives: Garth

Which SQL Server instance is consuming all my CPU/memory?

Posted on March 21, 2014 by Garth

For anyone running Windows 2008 (or above), you can simply add the “Command Line” column to the Task Manager view. From there, the instance name will follow the “-s” startup option, for example: C:\…\Binn\sqlservr.exe” –sPREPROD If you’re on Windows 2000/2003 then it’s not quite as straight forward. You can either get the Process ID from

Read More…

Posted in SQL Server | Tags: cpu, instance, memory, performance, sql server | Leave a comment |

Moving the system databases in SQL Server 2000

Posted on March 19, 2014 by Garth

The following post provides step by step instructions for moving each of the SQL Server 2000 system databases, one by one, from one location to another, on the same server.  These system databases being: master model msdb tempdb In this case, I need to move all of these system databases from E:\MSSQL\MSSQL\Data to D:\MSSQL\Data For the model and

Read More…

Posted in SQL Server | Tags: 2000, master, model, msdb, sql server, system, tempdb | 10 Comments |

Oracle Database 11gR2 (11.2.0.4) installation on Oracle Linux 6.4

Posted on January 30, 2014 by Garth

In this post, I’m installing the Oracle Database 11g Release 2 (11.2.0.4) software on Oracle Linux 6.4, along with optional instructions on how to apply the latest Patch Set Update (PSU) to your new Oracle home. First and foremost, before you start, make sure your Linux server meets the minimum hardware requirements: 1GB of RAM (plus

Read More…

Posted in Database | Tags: 11g, database, install, installation, linux, psu | 8 Comments |

OSD-04400: unable to acquire internal semaphore for process and OS 183 (Windows)

Posted on January 22, 2014 by Garth

I hit the following problem with a 9.2.0.8 database running on Windows 2003 this morning (info pulled from the alert log).  The database had failed to restart after a client’s cold backup process 🙄 ALTER DATABASE MOUNT Wed Jan 15 22:32:08 2014 ORA-09341: scumnt: unable to mount database OSD-04400: unable to acquire internal semaphore for

Read More…

Posted in Database, General | Tags: 9.2.0.8, database, mount, ORA-01102, ORA-09341, OS 183, OSD-04400, windows | 2 Comments |

Using SQL Developer to connect to SQL Server databases

Posted on October 1, 2013 by Garth

Apparently, being able to use Oracle’s SQL Developer to connect to SQL Server databases has been around for a while (via third party drivers), but I only started using it today for the first time, with SQL Developer 4 EA2 after my colleague mentioned it to me this afternoon 🙂 First of all, thanks to

Read More…

Posted in SQL Server | Tags: jtds, sql developer, sql server, sybase | 21 Comments |

EM12c upgrade from 12.1.0.2 to 12.1.0.3

Posted on July 30, 2013 by Garth

Now that Oracle Enterprise Manager Cloud Control 12c Release 3 (aka EM12cR3!) has been out for a few weeks, I decided to brave it and upgrade our Production stack today. In this post, I’ll be upgrading an EM12cR2 (12.1.0.2) installation which consists of two OMSes, running on Linux x86-64 (RHEL5) which uses an 11.2.0.3 database management repository.

Read More…

Posted in Cloud Control 12c, Enterprise Manager | Tags: agent, cloud control, em12c, emcli, oms, upgrade | 4 Comments |

Automatically purging OMS log and trace files in EM12c

Posted on July 10, 2013 by Garth

Enterprise Manager Oracle Management Server (OMS) installations generate huge amounts of log and trace files under the covers these days, and although the logs are rotated out-of-the-box, they’re not automatically deleted.  Over time (as I was reminded again today 🙄 ), these logs can amount to a large portion of your disk space being used.

Read More…

Posted in Cloud Control 12c, Enterprise Manager, Grid Control 11g | Tags: 10g, 11g, 12c, back-post, cloud control, em12c, enterprise manager, files, grid control, log, purge, trace | 2 Comments |

Creating an Oracle 12c Pluggable Database & Container Database using DBCA

Posted on July 4, 2013 by Garth

In this example, I’ve already installed the Oracle Database 12c software on one of my Linux 6.4 machines.  Using the DBCA tool (in advanced mode), I’m going to create a new container database named “cdb” and at the same time create a pluggable database named “pdb”. The idea behind this new “pluggable databases” feature in

Read More…

Posted in Database | Tags: 12c, container, create, database, dbca, pluggable | 1 Comment |

Oracle Database 12c (12.1.0.1.0) installation on Oracle Linux 6.4

Posted on July 2, 2013 by Garth

In this post, I’m installing the Oracle Database 12c Release 1 (12.1.0.1.0) software on Oracle Linux 6.4.  Only the software is being installed at this point, in preparation for a single database installation which I’ll create later on using the DBCA tool. First and foremost, before you start, make sure your Linux server meets the minimum

Read More…

Posted in Database | Tags: 12c, database, install, installation, linux | 3 Comments |

Additional plugins are required issue in Firefox with Forms 11g

Posted on May 19, 2013 by Garth

At the time of writing this post, Oracle Forms 11g installations are configured by default to work with a specific JPI (Java Plug-In) version: 1.6.0_12. You can verify this by checking your formsweb.cfg file: grep jpi-version formsweb.cfg #jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_12 Unfortunately, it seems Firefox is very particular when it comes to JPI versions, and it will only run with the

Read More…

Posted in Forms & Reports | Tags: 11g, firefox, forms, java, jpi, missing, needed, plugin | 4 Comments |

Archived

Popular Posts

  • Restoring a MongoDB document from the oplog
  • PLS-00801: internal error [hshuid:LU invalid] when compiling a package body
  • OTN Appreciation Day : Oracle Reports Server Job Queue Monitoring
  • Configuring Oracle Reports Server Job Queue Monitoring
  • Data Guard "CORRUPTION DETECTED: In redo blocks starting at block..." issues

External Links

  • SQL Formatter
  • Oracle Live SQL
  • SQL Fiddle
  • ASH Viewer
  • MOS
  • Oracle Forum
  • Oracle Base
  • Oracle FAQ
  • Oracle Articles
  • Rob Zoeteweij’s EM Blog
  • Prev
  • 1
  • 2
  • 3
  • 4
  • …
  • 6
  • Next
Copyright © 2020 SnapDBA.com