GeekArticles
Database
OracleThe Oracle Fusion Developer's Guide to JavaOne 2008
Author: oracle.com |
Published: 29th Apr 2008 |
Visited: 90 times |
Add CommentFiled in: OracleChat up JavaOne Rock Star Cameron Purdy and SOA guru Dave Chappell; see the Thomas Kurian keynote (and Oracle-led sessions on JPA, RIA, and more); and get free passes to a special showing of "Iron Man" - just for starters!
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 ...
• 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 ...
• ZK Developers Guide Review ZK Guide Review
The complexity in developing Ajax based applications has led some software development companies to build frameworks that would ease the workload of developers especially for those who are not familiar with JavaScript. With the help of a framework, the developer doesn’t ev ...
• C++ Coding Practices Guide The article describes C++ coding styles and practices to be followed to develop robust and reliable code that is easily comprehended and maintained by other develop ...
• Balisage 2008 Announces Program Balisage is probably not a term on everyone's tongue. Its original usage comes from the Navy - for a ship to travel "balisage" means that they are using special dimmed lights for navigation while in enemy territory, a term als ...
• 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 ...