Pavan DBA's Blog

The DBA Knowledge Store

DISCLAIMER


Related to Technical posts :

The posts presented by me are not ready made to use in production environment. So, please test them before implementing in any environment.

Related to Jobs:

The job postings are known from reliable sources and I or referer is not responsible in any way for job placements. even, i am not responsible if referer didn’t responded to your mail.

It is just to spread the openings information across many techies. It doesn’t gurantee any job placement.

44 Responses to “DISCLAIMER”

  1. srimannarayana said

    Hi,
    how to set variables like “set pages 200″ in a file.It will run while connecting to sqlplus like .bash_profile and
    How to get both records and expain plan as o/p at at time when we fire a query?

  2. teja said

    Hi All,

    Will you please give me any possible cause for my below problem..? Thanks you in advance

    This is the problem i am facing in the newly setup 10g RAC(with all the nodes).

    I am getting error ORA-12519, TNS: No appropreate service handler found…….. while connecting through “SQL DEVELOPER” tool.

    But this tool was working fine for my another rac setup.

    I have checked that the listener is up and runnin fine. CAN I HAVE TO DO ANY MODIFICATIONS TO THE EXISTING LISTENER/TNS CONTENT….?

    Even aftergone through several documents i didnt get the exact solution till now.
    REGARDS,
    teja

    • Pavan DBA said

      You said, listener is up and running. please check whether “lsnrctl status command” is showing your db name or not. If not, you need to include SID list in listener.ora aganist that listener entry.

  3. Bhaskar said

    Hi, sir,

    Again i want to learn oracle dba, so i want to write a dba exam to get oca certification. Tell me both things happen in such best institute name. Which would get a best teaching and best guidelines for the oca certification exam.
    In Hyderabad i want the location of the institute name.

    thank u

    regards
    Bhaskar

    • Pavan DBA said

      Hi Bhaskar, You can join KANNA TECHNOLOGIES where I am giving training on Oracle DBA. In the course, we will train people in a way that comfortably you can write OCP certification and also will get complete real time knowledge and hands on practise.

      New batch is starting on 2nd april (monday) and demo is there on this saturday (31st mar) at 9 AM.

      Institute is located in ameerpet. Find the address from here… http://www.kannatechnologies.com

      If you wish, you can attend demo and decide……

  4. webhaskar said

    Hi, sir,

    I am already trained in oracle dba can you tell me the test center in hyderabad, which will get a oracle certification association(OCA).
    can you tell me the address in hyderabad where test is conducting.

    thank u

    regards
    Bhaskar

  5. sathi said

    Hi pavan,
    I have some questions

    1) How many types of explain plan?
    2) Why rman better?
    3)How corrupted blocks are updated to table r views?
    4) How do u monitor tables?
    5) How many types of checkpoints?
    6) What is sql trace r sql tuing ?

    Please give answer for this questions.

    Thanks in advance,
    Sathi

    • Pavan DBA said

      1. Generally we have only one explain plan. But the optimization mode earlier used to be different like Rule based and Cost based. But from 10g, we are maximum using Cost based only as it is better than rule based. (rule based is having some disadvantages)
      2. RMAN will take the backup of used blocks by which the backup size and time will reduce. not only this RMAN is having many other advantages like validating backup, incremental backup, parallelism etc
      3. I didn’t got your question… please explain
      4. we will never monitor tables. It is not a DBA’s duty
      5. there are many. see this link – https://kr.forums.oracle.com/forums/thread.jspa?messageID=2535902
      6. we are capturing every step of what the statement is doing in the database which is called sql trace. sql tuning means trying to reduce the complexity in statement and achieving same result.

  6. Nagesh said

    Hi sir,

    I need small help,i am using aix os and oracle 9i databases .i would like to plan schedule in crontab script for capture the daily Ora-600 errors in alert log file.Could you please tell me the script.

    Thanks,
    Nagesh

  7. sathi said

    Hi Pavan,

    1> When ever archive file system is filled(100%) what are the steps we will perform?

    Thanks in advance,
    Sathi

    • Pavan DBA said

      Hi Sathi,

      1. first we will try to take rman archive backup (script should be already configured)
      2. if we don’t have time to do that (as taking backup and deleting archives will take some time), then we can temporarily move archives to another mount point

      generally we won’t get this issue if we plan our archives backup strategy correctly. depends on database activity, it can be scheduled either every 4, 8, 12 hours etc of time

  8. sathi said

    when ever we generate AWR report we get Top5 events?In that top5 events what issues will come come?And how we will solve those issues?
    if you have any document please share for me?

  9. sathi said

    Hi pavan,

    what are the causes for ora600 error?if you have any document please share for me?

    • Pavan DBA said

      Hi,

      ORA-600 is an internal error which may occur due to several reasons. In my exp, I have seen it occurred because of memory issues, any bugs, or even if some pl/sql code is written wrong by application team (which got executed in the database).

      So, there is no specific situation we can say when this error will occur.

      regarding the solution, whenever we hit with this, we need to do following
      1. log in to “my oracle support” and check for the error in ora-600 lookup tool
      if you don’t find any information, then go for option 2
      2. raise a Service request (SR) with Oracle support

      The above two are the only possible solutions for ora-600

  10. kanthi said

    Hello Sir,
    Hope you are doing great.
    Tell me steps before going to raise the SR(service request)

  11. srimannarayana said

    hi sir,
    What happend to database when pmon fails or mandatory backgnd process fails.db goes down or hang.

  12. Shashank said

    Hi pavan,
    When i’m trying to create database manually i’m facing the following error

    ORA-01092: ORACLE instance terminated. Disconnection forced

    this error is thrown when i’m trying to run the create database script.
    Could u please help me out to get rid of this error.

  13. Krishna Kumar said

    hi sir,
    i am installing oracle10g on redhat 5.4 the following error occur during installation
    ERROR IN INVOKING TARGET ‘NTCONTAB.O’ OF MAKEFILE

  14. srimannarayana said

    Hi sri,
    what is meant by symantical checks & systactical checks.In db archt. who will do this where it will do and also what is meant by sanitory checks?

    • Hi, First let me correct those terminologies. Its syntax checking and symentic checking. These two are sub phases of parsing. Server process will do this in library cache.

      I had not heard about a term called sanitory check. can you explain more clearly where you got this question?

  15. kanthi said

    While doing upgradation if one of the components are not installed
    how could i resolve that one?

    • Hi Kanthi, if this is fresh component, you can later re-install this component alone. but if it failed during upgrade, then we need to check the reason in log file and correspondingly take necessary action

  16. k.manohar said

    Hi, sir,

    i am apps dba student in our inistitute kana technologies. i got a error
    ORA 600 “internal error code, arguments: [%s], [%s],[%s], [%s], [%s]”

    tn this error my database not up, how to solve, plz send the solution

    thank u

    regards
    Manohar

    • Hi Manohar, ora-600 is called internal error which will be caused due to various reasons. There is no direct solution for this, we need to contact oracle support. But in your case as you are not a licensed user, you cannot contact them. so only option is restore the backup, if not create new database

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.

Join 1,477 other followers