Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
2505Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
3764What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
2467Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
1987You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
4431What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
2687Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
2159How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
1 4794In which dictionary table or view would you look to determine at which time a snapshot or MVIEW last successfully refreshed?
2720
We need to perform what steps in the following order to work with a cursor?
what is meant by nl2br()? : Sql dba
What is the difference between cartesian product and cross join?
How to populate a table in sql server?
Explain an exception?
What is oracle d2k?
Does mongodb require a schema?
what are the types of join and explain each? : Sql dba
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
How to replace the Query Result 'Null Value' with a text ?
What is a lookup table in oracle?
what is the difference between char_length and length? : Sql dba
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
Explain the terms database and dbms?
Can we use commit inside a trigger?