Technology Questions

Q:

How do you resize a data file?

Answer

ALTER DATABASE DATAFILE <datafile_name> RESIZE <new_size>; 

Report Error

View answer Workspace Report Error Discuss

0 1363
Q:

What is local storage concept in HTML 5?

Answer

Many times we would like to store information about the user locally in the computer. For example let’s say user has half-filled a long form and suddenly the internet connection breaks off. So the user would like you to store this information locally and when the internet comes back.He would like to get that information and send it to the server for storage.


Modern browsers have storage called as “Local storage” in which you can store this information.

Report Error

View answer Workspace Report Error Discuss

0 1361
Q:

Explain an ORA-01555?

Answer

You get this error when you get a snapshot too old within rollback. It can usually be solved by increasing the undo retention or increasing the size of rollbacks. You should also look at the logic involved in the application getting the error message.

Report Error

View answer Workspace Report Error Discuss

0 1352
Q:

Name some of the standard Business Intelligence tools in the market?

Answer

Some of the standard Business Intelligence tools in the market According to there performance 


1)MICROSTRATEGY 


2)BUSINESS OBJECTS,CRYSTAL REPORTS 


3)COGNOS REPORT NET 


4)MS-OLAP SERVICES

Report Error

View answer Workspace Report Error Discuss

0 1343
Q:

What UNION does in SQL?

Answer

In SQL, UNION  merges the contents of two structurally-compatible tables into a single combined table.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL
Job Role: IT Trainer , Database Administration

0 1342
Q:

How would you explain the concept of business intelligence? What is its importance?

Answer

Business intelligence is a concept that covers development of warehousing and business intelligence applications and databases that assist in diagnosing and repairing user issues as well as performance ones. This is an extremely important set of procedures as it engenders quality end-user products and helps company representatives in understanding core issues and resolving them.

Report Error

View answer Workspace Report Error Discuss

0 1341
Q:

How do you add a data file to a tablespace?

Answer

ALTER TABLESPACE ADD DATAFILE <datafile_name> SIZE <size>

Report Error

View answer Workspace Report Error Discuss

0 1340
Q:

What are the database administrators utilities available?

Answer

SQL * DBA - This allows DBA to monitor and control an ORACLE database. SQL * Loader - It loads data from standard operating system files (Flat files) into ORACLE database tables. Export (EXP) and Import (imp) utilities allow you to move existing data in ORACLE format to and from ORACLE database.

Report Error

View answer Workspace Report Error Discuss

0 1340