Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • First Entry in RAC Oracle
  • replace alphabets using sed Linux/Unix
  • Unix split command to split files Linux/Unix
  • Oracle Recommended Patches — Oracle Database ID 756671.1 Oracle
  • tab.sql Oracle
  • Debugging Shell FIles Linux/Unix
  • find_idle_cpu.sql Oracle
  • how to find VIP from ifconfig Linux/Unix
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • Oracle Material from OTN Oracle
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • Load SPM baseline from AWR Oracle
  • Oracle 11g RAC on OEL 5 and Vmware 2 Oracle
  • Display the top 5 salaries for each department using single SQL Oracle
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress

Year: 2007

Small sample shell program

Posted on 31-Oct-2007 By Admin No Comments on Small sample shell program

for i in `df -k | grep EMCdb | awk ‘{print $6}’` do echo “Veeera said $i” done

Linux/Unix, shell

scripts to take listener.log backup

Posted on 26-Oct-2007 By Admin No Comments on scripts to take listener.log backup

Linux/Unix, shell

scripts to take listener.log backup

Posted on 26-Oct-2007 By Admin No Comments on scripts to take listener.log backup

# log listener # # MIOLIST=alert_$ORACLE_SID.log_`date ‘+%y%m%d%H’` lsnrctl

Linux/Unix, shell

scripts to take listener.log backup

Posted on 26-Oct-2007 By Admin No Comments on scripts to take listener.log backup
Linux/Unix, shell

Sample WW22 listener.ora

Posted on 18-Oct-2007 By Admin No Comments on Sample WW22 listener.ora

dbaltxprod50->WEBP18F@(/oracle/app/oracle/product/10.2/network/admin)more listener.ora SID_LIST_LISTENER_WEBP18F = (SID_LIST = (SID_DESC = (SID_NAME = WEBP18F) (ORACLE_HOME = /oracle/app/oracle/product/10.2) ) ) LISTENER_WEBP18F = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = dbaltxprod50)(PORT = 10510)) ) ) ) SUBSCRIBE_FOR_NODE_DOWN_EVENT_LISTENER_WEBP18F=OFF SID_LIST_LISTENER_WEBARCH = (SID_LIST = (SID_DESC = (SID_NAME = WEBARCH) (ORACLE_HOME = /oracle/app/oracle/product/10.2) ) ) LISTENER_WEBARCH = (DESCRIPTION_LIST =…

Read More “Sample WW22 listener.ora” »

Oracle, SQL scripts

Proc Compilation

Posted on 09-Oct-2007 By Admin No Comments on Proc Compilation

Proc compilation: make -f demo_proc64.mk build EXE=shipManagerOthers OBJS=shipManagerOthers.o PROCFLAGS=’SQLCHECK=SEMANTICS USERID=expuser/expuser@800P’ make -f demo_proc64.mk build EXE=KeepAlive60 OBJS=KeepAlive60.o PROCFLAGS=’SQLCHECK=SEMANTICS USERID=ccuser/ccuser@800P’ make -f demo_proc.mk build EXE=Lccauth0601 OBJS=Lccauth0601.o convertECard shishir@800L2 shishir 2454375076161 > ccdd.log

Oracle, SQL scripts

proper cpu stats

Posted on 05-Oct-2007 By Admin No Comments on proper cpu stats

Kishore said if you are seeing any CPU wait, most probably that is because of DISK I/O. iostat -c 5 Thanks Paresh

Linux/Unix, shell

To find all disk io ( EMC as well as local)

Posted on 05-Oct-2007 By Admin No Comments on To find all disk io ( EMC as well as local)

iostat -pnxze 5

Linux/Unix, shell

On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8)

Posted on 01-Oct-2007 By Admin No Comments on On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8)

Re : Can’t create a new connection for jdbc ORA-01034: ORACLE not available ORA-27121 There is a problem with permissions do this: cd $ORACLE_HOME/bin chmod a+s oracle

Oracle, SQL scripts

Specify the Rollback segment to use in Transaction

Posted on 28-Sep-2007 By Admin No Comments on Specify the Rollback segment to use in Transaction

First statement before you start processing?? SET TRANSACTION USE ROLLBACK SEGMENT BIG_RBS1; OR dbms_transaction.use_rollback_segment(‘BIG_RBS1’);

Oracle, SQL scripts

Posts pagination

Previous 1 2 3 … 6 Next

Categories

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

Recent Posts

  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • 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

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Benefits and Usage of RMAN with Standby Databases Oracle
  • How to choose Driver table in SQL statement Oracle
  • Database logon trigger issue Oracle
  • Specify the Rollback segment to use in Transaction Oracle
  • New OFA for 11g Oracle
  • oracle 10g on linux Linux/Unix
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix
  • Oracle Release Explaination Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme