Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • copying/removing directory with all its subdirectory Linux/Unix
  • temp_use.sql diplays usage of temp ts Oracle
  • Btee and Bitmap Plans in Oracle 9i and higher Oracle
  • Reading parameter file and printing Linux/Unix
  • Sending SQLPLUS output in HTML format Oracle
  • PHP code to add WordPress posts in bulk programmatically PHP/MYSQL/Wordpress
  • create database link syntax Oracle
  • pvm_metric.sql for gathering report from vmstat tables Oracle
  • plan10g.sql Oracle
  • Default User Profile Oracle
  • Rman Notes -1 Oracle
  • Pending Transaction Neighbors Script Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • Jai Shree Ram Oracle
  • DBMS_SQL for alter session. Oracle

Year: 2007

When to rebuld B-tree index

Posted on 09-Feb-2007 By Admin No Comments on When to rebuld B-tree index

Here is the syntax: analyze index CUSTOMER_LASTNAME_IND validate structure; It populates the SYS.INDEX_STATS view only. The SYS.INDEX_STATS view can be accessed with the public synonym INDEX_STATS. The INDEX_STATS view will hold information for one index at a time: it will never contain more than one row. Therefore you need to query this view before you…

Read More “When to rebuld B-tree index” »

Oracle, SQL scripts

Another export with Query

Posted on 07-Feb-2007 By Admin No Comments on Another export with Query

exp userid=cs file=gift_cert_07FEB07.dmp log=gift_cert_07FEB07.log compress=N grants=N tables=gift_certificate statistics=none query=”where dt_crtd >= to_date(’02-04-2007 10:00:00′,’MM-DD-YYYY HH24:MI:SS’)” /* WITH LOG */ imp userid=cs file=gift_cert_07FEB07.dmp log=gift_cert_07FEB07_imp.log ignore=Y grants=N fromuser=cs touser=cs statistics=none constraints=N buffer=10485760 commit=y indexes=N feedback=5000

Oracle, SQL scripts

Composite Index creation tip from Vivek

Posted on 06-Feb-2007 By Admin No Comments on Composite Index creation tip from Vivek

When you create a composite B-tree index, you should consider the following. The most restrctive condition: The condition that returns the least number of rows. The column that is involved in this condition, should be the leading column of B-tree index. So for finding the candidate of composite index columns, column order should be.. (…

Read More “Composite Index creation tip from Vivek” »

Oracle, SQL scripts

Histogram information

Posted on 05-Feb-2007 By Admin No Comments on Histogram information

Oracle 10g Histogram ==================== Oracle uses two types of histograms for column statistics (1) height-balanced histograms (2) frequency histograms The type of histogram is stored in the HISTOGRAM column of the *TAB_COL_STATISTICS views (USER and DBA). This column can have values of HEIGHT BALANCED, FREQUENCY, or NONE. (1) Height-Balanced Histograms In a height-balanced histogram, the…

Read More “Histogram information” »

Oracle, SQL scripts

Export Import with QUERY

Posted on 01-Feb-2007 By Admin No Comments on Export Import with QUERY

exp userid=cs file=zip_cutoff_01FEB07.dmp log=zip_cutoff_01FEB07.log compress=N grants=N tables=zip_cutoff statistics=none query=”where delivery_date >=trunc(sysdate)” imp userid=cs file=zip_cutoff_01FEB07.dmp log=zip_cutoff_01FEB07_imp.log ignore=Y grants=N fromuser=cs touser=cs statistics=none

Oracle, SQL scripts

handling filenname with space

Posted on 29-Jan-2007 By Admin No Comments on handling filenname with space

for i in “`ls`” ; do print “$i” ; done;

Linux/Unix, shell

Good notes on Oracle Events

Posted on 25-Jan-2007 By Admin No Comments on Good notes on Oracle Events

http://www.df.lth.se/~egh/doc/EM/Webhelp/dba/dba.htm

Oracle, SQL scripts

Nice notes on wait events

Posted on 25-Jan-2007 By Admin No Comments on Nice notes on wait events

Log File Sync Event =================== Description When a user session commits (or rolls back), the sessions redo information needs to be flushed to the redo logfile. The user session will post the LGWR to write the log buffer to the redo log file. When the LGWR has finished that it will post the user session….

Read More “Nice notes on wait events” »

Oracle, SQL scripts

plan10g.sql good1

Posted on 24-Jan-2007 By Admin No Comments on plan10g.sql good1

set lines 150 pages 2000 accept v_sqlid prompt ‘Enter SQL_ID : ‘ select * from table(dbms_xplan.display_cursor(‘&v_sqlid’, 0));

Oracle, SQL scripts

plan10g.sql good

Posted on 24-Jan-2007 By Admin No Comments on plan10g.sql good

set lines 150 pages 2000 accept v_sqlid prompt ‘Enter SQL_ID : ‘ select * from table(dbms_xplan.display_cursor(‘&v_sqlid’, 0));

Oracle, SQL scripts

Posts pagination

Previous 1 … 4 5 6 Next

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • replace alphabets using sed Linux/Unix
  • Validating ORACLE_SID againt oratab file. Linux/Unix
  • Kill a session dynanically using execute immediate Oracle
  • oracle Dba site Oracle
  • T-SQL Vs PL/SQL Syntax SQL Server
  • To see mem usage and CPU usage system wide. Linux/Unix
  • eplan.sql Oracle
  • Oracle 10g Wait Model Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme