The concept of the relational database was first described around 1970 by Dr. Edgar F. Codd .Oracle database helps in achieving reliable, flexible, secured and cost effective way to manage information and applications. Oracle offers high performance and scalability, because all computing resources can be flexibly allocated to applications as needed.
In oracle the logical and physical structures are separate and thus this helps in physical storage of data can be managed without affecting the access to logical storage structures. Oracle is a major database which along with its added features passes the ACID test, which is important in insuring the integrity of data. Oracle is very much suited for enterprise computing and large database applications.
You can also use tnsping utility on command prompt to check Oracle Net connectivity. Follow these steps to check the connection to particular SID. Open Command prompt. Write tnsping SID for the database connectivity you want to check If you get the message Used TNSNAMES adapter to resolve the alias” then tnsping utility is...
Actually there are several nice articles on Oracle Technical Network devoted to the same topic. What s new may be said The target of publication is to highlight the optimal sequence of steps required to bring Oracle10g 10.2.0.1 ASM-database up on CentOS 4.3 placing ASM instance and serviced databases in different Oracle Homes. Oracleasm library...
Truncate command will delete all records and the most important thing to make note of truncate command is since truncate command cannot be rolled back one must make sure to take proper backup of table data before performing the truncate command. Truncate command is thus used to remove all rows from either a table or a cluster. If one wants to use the...
DECODE is used to decode a CHAR or VARCHAR2 or NUMBER into any of several different character strings or numbers based on value. That is DECODE does a value-by-value substitution. For every value that is given in the DECODE function it makes an if then check and matches the value. The general format of DECODE function is given below DECODE value if1 then1 if2 then2 else In...
Getting Started with Oracle The concept of the relational database was first described around 1970 by Dr. Edgar F. Codd .Oracle database helps in achieving reliable flexible secured and cost effective way to manage information and applications. Oracle offers high performance and scalability because all computing resources can be flexibly allocated...
Oracle certifications are valid credential recognized by industry that can help one to succeed in their IT career. Oracle is the world s largest enterprise software company and to get the oracle certification from this company is really a great credit to one s career. The Oracle Certification Program is a professional certification program...
Oracle is the world s largest enterprise software company and the jobs in the oracle field are on huge demand in job market. There are thousands of professionals professionals working in almost all countries around the world in this technology and create enterprise software that solves customers problems. Getting the oracle certification from this...
Oracle has many advantages and features that makes it popular and thereby makes it as the world s largest enterprise software company. Oracle comes with new versions with new features implemented in new version while the features of earlier versions still being maintained. One important aspect is Oracle databases tend to be backwards compatible. Also...
Getting an Oracle certification is reliable credential recognized by industries that can accelerate one s professional development and their productivity. So this article provides some tips for getting this oracle certification. First one must plan well to allocate their time for preparing for the exams of Oracle certification. They must...
Oracle Net Services provides enterprise-wide connectivity solutions in distributed heterogeneous computing environments. Oracle Net Services eases the complexities of network configuration and management maximizes performance and improves network diagnostic capabilities. Oracle Net a component of Oracle Net Services enables a network session from...
E.codd designed 12 rules that stated rules for database to be relational. 1. The Information Rule For a database to be relational all information is represented as data values in tables. 2. The Rule of Guaranteed Access The data represented in table by using table name column name and primary key value defined for that table. 3. The systematic treatment...
The main important aspect is physical data model is created after logical data model. For designing a logical data model one need not have through knowledge in any specific RDBMS like oracle Informix and so on. This is because logical data model is created after having through study of the business entities which would be involved in the application....
Stored procedures are compiled collection of programs or SQL statements that live in the database. A stored procedure can access and modify data present in many tables. Also a stored procedure is not associated with any particular database object. But triggers are event-driven special procedures which are attached to a specific database object say...
COUNT is a group function returns result by summarizing multiple rows. All group by value function will have the usage of DISTINCT or ALL option and so is the COUNT which uses the DISTINCT option. DISTINCT option is used to enforce uniqueness and if combined with COUNT is used to count only unique mentioned value. To understand this let...
The Evolution of Database systems File Management System Hierarchical database System Network Database System Relational Database System File Management System The file management system also called as FMS in short is one in which all data is stored on a single large file. The main disadvantage in this system...
A view is nothing but a window of an existing table by which one can view and can also change the values in tables. The main point aspect of view is views have no storage space. For this reason views are also called as virtual tables. Thus in other words a view is a database object that gives a logical representation of one or more database tables. As...
Ads