Sunday, Sep 05th

Last update01:18:26 AM GMT

Database

Most popular Generic SQL commands used in Oracle.

While working with Oracle database, in day to day life,we use many types of SQL commands. In fact SQL commands are really universal in nature. Today, let us learn some of the most commonly used SQL commands in Oracle.

Read more...

Understanding Oracle datatypes that a cell can hold.

In Oracle we work with many types of datatypes. Some of the most popular datatypes are as follows:

Read more...

What is a database?

The word database can be best defined as a coherent collection of data with some inherent meaning, designed, build and populated with data for a specific purpose.

Read more...

What are the main characteristics of a relational DBMS model?

The most significant characteristics of a relational DBMS models are

Read more...

What do you mean by Oracle Server?

In a multi environment, an RDMS engine capable of functioning on a multi user operating system is used. Now, multiple users’ request for table data will be responded to by the RDMS engine.

Read more...

What do you mean by Oracle Database Administrator?

The person who is responsible for administrating all of Oracle’s resources on the hard disk drive and allows the user to access these resources is mainly known as Oracle Database Administrator (ODBA).

Read more...

What is the main function of Oracle DBA?

The Oracle DBA can compile and execute SQL sentences issued by a user. If the SQL sentences are unsuccessful, the Oracle returns an appropriate error message to the user.

Read more...

What is the main function of SQL * Plus in Oracle?

SQL * Plus is made up of two distinct parts. These are (a) Interactive SQL (b) PL/SQL. Interactive SQL is designed to create, access and maintain all data structures like tables, indexes etc.

Read more...

What are the main use of Oracle Forms?

An oracle form allows us to create a data entry screen along with suitable menu object. The Oracle form tools handles data gathering and data validation of a commercial application.

Read more...

What is the main use of Report Writer in Oracle?

Report writer allows programmers to prepare innovative reports using data from the Oracle Structures like tables, views etc.

Read more...

What do you mean by Oracle Graphics?

Some of the data can be better represented in the form of graphs. The Oracle Graphics Tools allows programmers to prepare graphs using data forms Oracle Structures like tables, view etc.

Read more...

How to work with SQL * Plus in Oracle Developer 2000?

Oracle provides an Interactive SQL tool i.e. SQL * Plus, which allows users to enter the ANSI SQL sentences and pass them to the DBA for execution.

Read more...

What are the methods through which we can construct SQL sentences and pass them to the DBA?

The methods via which you can construct SQL sentences and pass them to the DBA are as follows: 

Read more...

What are the significant data types that a cell can hold in Oracle Developer 2000?

The most significant data types that a cell can hold in Oracle Developer 2000 are as follows:

Read more...

How to create two dimension Matrix in Oracle?

In Oracle two dimension Matrix can be easily done by communicating with the DBA using the natural language of the DBA, namely ISQL.

Read more...

What is the command/syntax for creating tables in Oracle?

The command or in other words the syntax for creating tables in Oracle is

Read more...

How to create a table from a table in Oracle?

Sometimes we have to create a table from another table. If the source table from which the Target table is being created, has records in it then the target table is populated with these records as well.

Read more...

How to insert data into tables in Oracle?

You can easily insert data into tables in Oracle by writing the below given SQL Query.

Read more...

Error message when you install SQL Server 2005: "There was an unexpected failure during the setup wizard"

Let us understand the SQL server 2005 installation error which displays a message “There was an unexpected failure during the setup wizard”.

Read more...

How to Restore Database in Micorsoft SQL Server 2005 ?

If we have already taken our Microsoft SQL Server database backup then we are now bit safe and lucky than others. But if we don't know the procedure to restore the backup database then simply God knows our future.

Read more...

How to take complete database backup in Microsoft SQL Server 2005?

Never even in dreams compare the significance of regular database backup with time, energy and money.

Read more...

How to enable 'Sa' account in SQL Server 2005 ?

Yesterday night was almost ruined when I tried to connect my special VB.net project with Microsoft SQL Server 2005 in Vista operating system.

Read more...

How to create tables in SQL server 2005 ?

After the creation of the database the next work is to create/design tables in SQL server 2005 as per our requirement.

Read more...

Understanding the data types of SQL Server 2005.

Understanding the data types of SQL Server 2005.

Read more...

How to create a database in SQL Server 2005 ?

There is a hell and heaven difference between the concept of SQL SERVER 7.0 and SQL Server 2005. But the procedure for creating a database in SQL server 2005 in almost same as it was in the older versions of the software.

Read more...

Installing Microsoft SQL Server 2005 Standard Edition in Windows Vista.

Both SQL server 2005 standard edition and SQL server express edition are compatible with Microsoft Windows Vista.

Read more...

CREATE DATABASE permission denied in database ‘master’. (Microsoft SQL Server, Error: 262) – Error in Windows Vista

Well, older version of SQL server is not compatible with Windows Vista. But SQL server 2005 standard edition and SQL server express edition is highly compatible with window Vista.

Read more...

SQL Server - incompatibility issue with Windows Vista.

Well the bitter side of Windows Vista is that it is highly incompatible with any version of SQL server. Vista and SQL server belongs to the same company Microsoft.

Read more...