GeekArticles
ERP
Oracle Apps 11iOracle Apps 11i : Internet Computing Architecture
Author: exforsys.com |
Published: 12th Aug 2005 |
Visited: 426 times |
Add CommentFiled in: Oracle Apps 11iThis topic describes the Oracle Applications Architecture and some of the features that this architecture supports. We will be learning about The Desktop Tier, The Application Tier, The Database Tier and The Oracle Applications Technology Layer.
Read Article Sponsored Links
Related Articles
• Using Oracle XML DB Repository Using Oracle XML DB Repository
Another variation on accessing and manipulating XML content stored in Oracle database is provided by Oracle XML DB repository, which is an essential component of Oracle XML ...
• Taking Advantage of Standard Internet Protocols Taking Advantage of Standard Internet Protocols
As mentioned, Oracle XML DB provides native support for standard internet protocols, such as WebDAV, and Continuing with the preceding sample, you might, for example, upload another employee XML document into the XML repository with one of the above ...
• Querying Data with Oracle XQuery Querying Data with Oracle XQuery
Starting with Oracle Database 10g Release 2, you can take advantage of a full-featured native XQuery engine integrated with the database. With Oracle XQuery, you can accomplish various tasks involved in developing PHP/Oracle XML applications, operating on any kind of ...
• Querying SQLServer tables from within an Oracle session Dear Tom;
I need to query a SQLServer table from within an Oracle session, for example SQLPlus. Is there an easy way to do this, something like:
<CODE> select * from t@sql_server_link </CODE>
May you redirect me to the appropriate documentati ...