Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics


Articles

 ADO.NET (35)  Pattern (3)  WebDAV (17)  XMLHTTP (3)
 Database (30)  RDF (28)  WebService (227)  XMPP (9)
 Debugging (29)  RSS (29)  WML (95)  XPath (78)
 DIME (14)  SAX (56)  WSDL (80)  XPointer (12)
 DOM (56)  Schema (45)  XAML (5)  XQL (24)
 DTD (23)  SMIL (38)  XBRL (64)  XQuery (72)
 ebXML (56)  SOA (9)  XForms (92)  XSchema (30)
 Flash (12)  SOAP (135)  XHTML (111)  XSL (423)
 Humor (1)  SQL (16)  XLL (1)  XSL-FO (28)
 Java (76)  SQLXML (142)  XML (779)  XSQL (6)
 MathML (11)  SVG (56)  XML.NET (86)  XUL (13)
 Oracle (29)  VoiceXML (82)  XMLA (1)

Total Articles: 3,267

 


oracle Articles
Prev Next
1 2
 
Oracle DBA FAQ - Working with Database Objects in PL/SQL
A collection of 23 FAQs on working with database objects in PL/SQL. Clear answers are provided with tutorial exercises on running DML statements, assign table data to variables, using the implicit cursor, defining and using RECORDs with table rows.

Type: Oracle  #Views: 1233  Category: Article    

Oracle Database 10g: The Top 20 Features for DBAs
Over the last 27 years, Oracle has made tremendous improvements in its core database product. Now, that product is not only the world's most reliable and performant database, but also part of a complete software infrastructure for enterprise computing. With each new release comes a sometimes dizzying display of new capabilities and features, sometimes leaving developers, IT managers, and even seasoned DBAs wondering which new features will benefit them most.

Type: Oracle  #Views: 2995  Category: Article    

Working With Oracle on Windows: Part 3
This article is a quick summary of basic SQL commands with a little touch of Oracle to prepare for application development.In the previous article, you were given you a rough idea of the design and development issues that are involved in creating a database in Oracle 9i. You learnt about built-in data types available in the Oracle 9i language. Also discussed were user defined object schemas. Covered in Part 1 on this series was how to configure both PHP and Apache configuration files such that they could communicate with an Oracle database.

Type: Oracle  #Views: 1471  Category: Article    

Caching Oracle Data for ASP.NET Applications
Narayan Veeramani shows how ASP.NET developers can improve application performance by caching data stored in an Oracle database and keeping the cached data in

Type: Oracle  #Views: 2733  Category: Article    

Caching Oracle Data for ASP.NET Applications
For building scalable and high-performance Web based applications, ASP.NET provides a feature called data caching. Data caching enables programmatic storing of frequently accessed data objects in memory. This feature can be extended to vastly improve performance for ASP.NET applications that query data stored in an Oracle database. This article describes a strategy for caching Oracle database data in ASP.NET Web applications deployed using a Web Farm environment.

Type: Oracle  #Views: 2805  Category: Article    

Caching Oracle Data for ASP.NET Applications
This article describes a strategy for caching Oracle database data in ASP.NET Web applications deployed using a Web Farm environment.

Type: Oracle  #Views: 1514  Category: Article    

Abstracting Oracle Connectivity with PHP/OCI8
In this article Lorenzo explains a neat utility to simplify connecting to an Oracle database using PHP/OCI8.

Type: Oracle  #Views: 1596  Category: Article    

HOW TO: Call Oracle Stored Procedures in Visual Basic .NET with the Microsoft Oracle Managed Provide
This step-by-step article describes how to use the .NET Managed Provider for Oracle to pass an Input parameter, to retrieve a Ref Cursor from an Oracle stored

Type: Oracle  #Views: 4075  Category: Article    

Working With Oracle on Windows: Part 2
This article has hopefully given you a rough idea of the design and development issues that are involved in creating a database in Oracle 9i.

Type: Oracle  #Views: 1403  Category: Article    

Tweaking Oracle SQL performance parameters
Oracle's SQL optimizer is a sophisticated tool for tuning database performance, but the default values may require tweaking.

Type: Oracle  #Views: 1542  Category: Article    

Partitioning in Oracle. What? Why? When? Who? Where? How?
Pavi has produced an article for Oracle DBAs interested in finding ways of partitioning the tables as well showing a new form of partitioning using Oracle 9i

Type: Oracle  #Views: 1027  Category: Article    

Oracle with Doctor Janusz Getta
In this interview, devArticles has a chat with an informative university lecture about the Oracle database. I was impressed when Doctor Janusz Getta agreed to conduct an interview with me in relation to Oracle. I know how hard the life of a lecture is and to take the time to answer my questions was great to see. I have sat down to many of his lectures and found them extremely useful in the work I do today.

Type: Oracle  #Views: 1063  Category: Article    

Abstracting Oracle Connectivity with PHP/OCI8
The SID is the oracle database you want to connect to. You'll notice that I'm not sending the username and password. Abstract the OCILogin Another common problem in the Oracle connectivity world is where the passwords are stored.

Type: Oracle  #Views: 1153  Category: Article    

Oracle Connectivity in .NET
This whitepaper takes you through different ways of database connectivity to Oracle database from .NET. This also talks about the advantages and disadvantages of all of these technologies.

Type: Oracle  #Views: 917  Category: Article    

Accessing Oracle Database
This source code shows you how to connect to an oracle database and do operations such as select, insert, update and delete.

Type: Oracle  #Views: 921  Category: Article    

Oracle Net Configurations: Find the Weak Link
This article discusses Oracle Net Services, the suite of products that enables a connection between your application and the Oracle database, and how best to configure and troubleshoot it.

Type: Oracle  #Views: 790  Category: Article    

Setting Up and Using OraSession to Manage Your Oracle Database Objects
Most ASP developers are familiar with data connections using ActiveX Data Objects (ADO). However, Oracle provides the OraSession object to manage collections of OraConnection, OraDatabase, and OraDynaset objects used within your application.

Type: Oracle  #Views: 763  Category: Article    

DB Tables Backup using ASP, OO4O and Oracle'sExport Utility
This is a simple ASP program that allows the user to create a backup copy of a DB user's tables. It uses Oracle Objects for OLE (OO4O) for database access to Oracle and for the backup function, Oracle's Export Utility program is used.

Type: Oracle  #Views: 832  Category: Article    

Working With Oracle on Windows: Part 1
I'll take it that you have visited www.oracle.com , read the hype and decided to register and download Oracle on your win32 platform. What you really wish to do however is be able to use Oracle as the data source for your website. This article will explain the sequential process of developing and maintaining your Oracle driven website. We will use PHP and Apache. Database security will also arise and a quick discussion of alternatives to each of the tools.

Type: Oracle  #Views: 746  Category: Article    

Microsoft InfoPath 2003 Guided Tours: InfoPath and Oracle
In this walk-through you'll learn about designing an InfoPath form that connects to Oracle database server.

Type: Oracle  #Views: 3844  Category: Article    

Prev Next
1 2


Fans of "The Office"
Dwight Bobbleheads are here!

  “It's me! I'm the bobblehead! Yes!”



Advertise on XMLPitstop

Advertise on XMLPitstop


EggHead Cafe
Web Servicee development
DotNetSlackers
Canon compatible cartridges
conference call service
spoc
it outsourcing
chicago web design
Alojamiento Web
UK Web Hosting
Samsung Security Camera DVR
Christian Dior sunglasses
Video Surveillance
Hosted Exchange, SDSL

4,073 Total Members
45 members(last 30 days)
3 members(last 7 days)
1 members(today)

1,948 Total Discussions
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)

47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)

8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)

14,132 Total Resources
12 Resources(last 30 days)
0 Resources(last 7 days)
0 Resources(today)


 

David Silverlight's XMLPitstop.com| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139