Site Statistics
Unique Visitors Today:
0
Page Views Today:
0
Unique Visitors this Week:
0
Page Views this Week:
0
Unique Visitors this Month:
0
Page Views this Month:
0
Total Unique Visitors:
3,344
Total Page Views:
3,713
Total Hits Out:
152
Latest Blog Posts for Oracle In a Click
- Oracle Virtual Machine (VM) Installationon Mar 2, 2009 in VideosSee graphically how to install Oracle Virtual Machine on Linux.Virtual Machine Installation...
- Tablespace Point in Time Recovery from Cold Backupon Jan 28, 2009 in GuidelinesThe steps to restore a tablespace to a point in time from cold rman backup in another machine is: 1) Copy initdb.ora from production environment to auxiliary node. Change paths to the new location for user_dump_dest ... Include parameters: db_file_n...
- Mandatory Oracle Sites to visiton Dec 26, 2008 in LinksIn English: http://tahiti.oracle.com: Online documentationhttp://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?redir_type=15: Oracle Learning Paths.http://otn.oracle.com: Free Oracle Software, documentation ... You should create a fre...
- Free Oracle Toolson Dec 23, 2008 in UtilitiesThese are my favourites free oracle tools (inexpensive) : SQL Developer: Fully Oracle supported graphical tool for database development.FabForce: Free data modelling tool.Bugzilla: Free task/bug manager.Advanced Query ToolOraSnap: Gather Performance...
- Prepare your Oracle Interview: Questions and Answerson Dec 23, 2008 in UtilitiesReally interesting and interactive site to practice: GeekInterview.
- DBMS_SPACE Package: Estimate Table and Index Sizeon Dec 22, 2008 in ScriptsWe could estimate table size with this script: SET SERVEROUTPUT ON DECLARE v_used_bytes NUMBER(10); v_Allocated_Bytes NUMBER(10); v_type sys.create_table_cost_columns; BEGIN v_Type := sys.create_table_cost_columns ( sys.create_table_cost_colinfo...
- Steps to migrate from File System to ASMon Dec 19, 2008 in GuidelinesFor me, this is the easiest way for migrate our Oracle database from File System to ASM: 1)In open state: - Indicanew control file path: ALTER SYSTEM SET control_files='+MIGAS' scope=spfile; - Indicate new file creation path: ALTER
- How do you monitor your Oracle servers? Oracle gives you OSWATCHERon Dec 19, 2008 in UtilitiesYou have performance problem and maybe not collecting operating system and network metrics. Os watcher is probably the easy and better option to take snapshots. Os Watcher is a set of Unix commands that collect operating system and network metrics.
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}