Overblog All blogs Top blogs Jobs, Education & Studies
Follow this blog Administration + Create my blog
MENU
Advertising
Advertising

PL/SQL - Module Overloading

Module Overloading Two or more modules can, under certain conditions, have the same name with different parameter lists. Such modules are said to be overloaded. The code in these overloaded programs can be very similar or can be completely different....

Read more

Monitoring and Tuning for Performance

The goal of monitoring databases is to assess how a server is performing. Effective monitoring involves taking periodic snapshots of current performance to isolate processes that are causing problems, and gathering data continuously over time to track...

Read more

Advertising

unix Interview

How to launch 5 diff application from 5 child process What is the use of man command? Print numbers in the reverse order How to write program to print descending order What is the method by which we find the list of users logged on a server using telnet...

Read more

Unix Interview Questions And Answers-2

Unix Interview Questions And Answers How are devices represented in UNIX? All devices are represented by files called special files that are located in/dev directory. Thus, device files and other files are named and accessed in the same way. A 'regular...

Read more

Unix Interview questions

Unix Interview questions Explain difference between IPC mechanisms? What type of scheduling is used in Unix? What is stty used for? How would you remove a semaphore / shared memory whose owner processes have died? Explain the unix file system? Give examples...

Read more

Analytic Functions vs Aggregate Functions

aggregate functions, analytic functions return aggregate results, but analytics do not group the result set. Instead, they return the group value multiple times with each record, allowing further analysis. Analytic queries also generally run faster and...

Read more

Advertising

File oracle Control (Control Files)

File oracle Control (Control Files) ORACLE CONTROL FILE (CONTROL FILES). What is a file Control Files. The control file is one of the most important files (this is not the only way!!), It contains valuable information on the database. Its format is binary,...

Read more

<< < 10 11 12 13 14 15 16 17 18 19 20 30 40 > >>