answersLogoWhite

0


Best Answer

A navigational data language requires knowledge of the internal tables and index structures. Prior to SQL, the person writing the query would have to specify the table join order and the access path to the data.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What was a problem with navigational data access language in oracle?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the most commonly used database application?

Oracle, MS SQL Server, Informix, Sybase, DB2, MySQL And for "toy" applications, MS Access.


In Which language Oracle Developed?

Oracle is developed using C language...


Is Oracle a programming language?

In C language Oracle is developed and after that enhancement is done in Java for 10g and 11g


What are the differences between Access and Oracle?

The difference between Access and Oracle is Access has minimum security features and you can create a small to medium sized database. Oracle has NY security, which allows you to determine who can or can not get access to your data. Access you can't add too many users without it getting slow, and Oracle allows you to add thousands if you want to.


What is difference between oracle and sql?

The Oracle RDBMS system primarily provides programming access via 2 languages:SQL - the standard language for searching and updating a relational database. Oracle provides various extensions/customizations to the standard ANSI SQL language. I wouldn't call SQL a programming language exactly, since it's only good for defining database objects (e.g. tables), then querying and updating them.PL/SQL - Oracle's Procedural Language for SQL (hence the name PL/SQL). This is a fairly complete procedural programming language (including limited object-oriented features), primarily used to manipulate the data you've accessed via SQL.Additionally, Oracle support SQL access via Java (notJavascript).


What is precompiler in oracle?

The Oracle Precompilers are used to process C, COBOL, or PL/I programs before passing them to their native compilers. Oracle Precompilers translate embedded SQL statements in the programs into the appropriate native language statements and calls necessary to access the Oracle9i database server.


What are examples of database packages?

oracle, access,


List out the dbms softwares?

*Altibase *Oracle * SQL server * Fox Pro * MS-Access * Sequel-Pro(mac)


What type of service does Oracle Security offer?

Oracle Security Service is an online service provided by Oracle to monitor your entire cloud network. If it finds a problem it will notify you and fix the problem.


What computer language is Oracle Financials written in?

This is written on Oracle Forms with using of Java also


Oracle was written in what programming language?

in C


What are the differences between Oracle and SQL?

Oracle is an RDBMS aka Relational Database Management System and SQL (Structured Query Language) is a programming language.