Search:

Type: Posts; User: susarlasireesha; Keyword(s):

Page 1 of 16 1 2 3 4

Search: Search took 0.01 seconds; generated 50 minute(s) ago.

  1. SQL Server - Re: 1st and 2nd Maximum salary through same SQL Query

    Try this ..

    Select empno, ename, sal,
    DECODE (ROWNUM,
    1, ROWNUM || 'st Highest Salary',
    2, ROWNUM || 'nd Highest Salary'
    ) remark
    From...
  2. Answers
    2,332
    Views
    429,707

    Re: Thoughts of the day.

    If u Desire to blossam like a rose in the garden ,u must have to learn the art of adjusting with the thorns....
  3. Answers
    2,332
    Views
    429,707

    Re: Thoughts of the day.

    'Let's all be masters of our mouths, so that we won't be slaves of our words.'
  4. Answers
    2,332
    Views
    429,707

    Re: Thoughts of the day.

    Children are like a wet cement. Whatever falls on them makes an impression.
    "happy children's day............"
    "have a day of childhood memories !.."
  5. Answers
    2,332
    Views
    429,707

    Re: Thoughts of the day.

    If god answers your prayer,
    he's increasing your faith.
    If he delays,
    he's increasing your patience.
    If he doesn't answer,
    he knows you can handle it....
  6. Answers
    2,332
    Views
    429,707

    Re: Thoughts of the day.

    The word L-I-S-T-E-N contains the same letters as S-I-L-E-N-T.
    Listen to GOD in the silence of your heart and you will know
    HIS perfect plans for you!
  7. Answers
    2,332
    Views
    429,707

    Re: Thoughts of the day.

    Learn to Say 'No' to the Good so you can Say 'Yes' to the Best
  8. Answers
    2,332
    Views
    429,707

    Re: Thoughts of the day.

    Every tomorrow has two handles. We can take hold of it by the handle of anxiety, or by the handle of faith.
  9. Answers
    2,332
    Views
    429,707

    Re: Thoughts of the day.

    Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information upon it.
  10. Answers
    2,332
    Views
    429,707

    Re: Thoughts of the day.

    There are words and actions, of which words inspire and encourage, while action produces results.
  11. Answers
    2
    Views
    3,227

    Oracle sql file problem

    I have a .sql file it contains creation scripts,procedures,packages
    when ever an error occur in creation scripts /procdures/packages
    i must show error message and come out of the execution of .sql...
  12. Answers
    193
    Views
    52,201

    Sticky: Re: Geeks - Tip of the Day

    Creation of linux user and Creation of Oracle directory

    1. Connect as root user

    For adding user to linux ,assigning dba group to username
    2 useradd -d /home/username -m -g dba -s /bin/sh...
  13. Answers
    5
    Views
    3,752

    Oracle Re: Flat File

    Flat file is data file that contain records with no structured relationships
  14. Answers
    8
    Views
    10,280

    Oracle Re: Sql loader

    u need to specify the path (i.e control=c:\example.ctl) or copy the file in bin
  15. Answers
    8
    Views
    10,280

    Oracle Re: Sql loader

    From command prompt run

    sqlldr user/passwd control=example.ctl log=example.log data=example.dat

    sqlldr is in bin folder in oracle 9i
  16. Answers
    8
    Views
    10,280

    Oracle Re: Sql loader

    sql loader is a bulk loader utility to moving data from external files to oracle database and is installed along with the oracle 9i software
  17. Answers
    4
    Views
    3,823

    SQL Server - Re: Database Access

    follow this link
  18. Answers
    2,332
    Views
    429,707

    Re: Thoughts of the day.

    Words that enlighten are more precious than jewels
  19. Answers
    3
    Views
    3,592

    Oracle Re: Aggregate function

    refer this link
  20. Answers
    9
    Views
    10,165

    SQL Re: Sequence of SQL statement processed

    follow this link
  21. Answers
    7
    Views
    4,823

    Oracle Re: Load XML data to relational tables

    use this link
  22. Answers
    1
    Views
    3,183

    Oracle Re: Optimizer Mode

    CBO has two available modes ALL_ROWS and FIRST_ROWS.
    alter session set optimizer_goal=all_rows
    The optimizer mode can be set at the system level/ session/SQL statement
    alter system set...
  23. Answers
    3
    Views
    18,273

    Oracle Re: Explain Plan & Tkprof

    u can find clear explanation here
  24. Answers
    2,332
    Views
    429,707

    Re: Thoughts of the day.

    A person who is worried about the outcome of his work does not see his goal; he sees only his opposition and the obstacles before him.
    ---- Mahatma Gandhi
  25. Answers
    2
    Views
    4,328

    Oracle Re: Oracle wait events

    To find the job is running use
    SELECT r.sid, r.job, r.this_date, r.this_sec, SUBSTR(what,1,40) what
    FROM dba_jobs_running r,dba_jobs j
    WHERE r.job = j.job;
    use below query to find the status of...
Results 1 to 25 of 395
Page 1 of 16 1 2 3 4
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact