This course enables learners to gain a conceptual understanding of the Oracle database architecture and how its components work and interact with one another. You will learn how to create an operational database and properly manage the various structures in an effective and efficient manner including performance monitoring, database security, user management, and backup/recovery techniques. All these tutorials are prepared exclusively for Exforsys.com by Oracle Professionals and Certified DBA's. Feel free to post any questions you might have during this training in our forums. Let us know if you have any specific topics in mind which are not covered. You also will learn salient aspects of Oracle Database 10g such as user and data management. The basic aspects of database management such as database integrity constraints, transferring data, and defining tables and schemas has been discussed at length.
ITQuestionbank.com is an open Database Directory with over 3000 Articles, Certification Notes, Tutorials, Ebooks, FAQ's and Interview Questions resources. Dedicated sections for each Technolgy like Testing, MicroSoft, Database... If you are looking for anything specific, please take a look.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
VB.NET 2005 Tutorials: Access and Manipulate Data - ADO .NET Object Model - In this tutorial you will learn about The ADO .NET Object Model, Data Providers and Their Objects and the Dataset Objects
ADO .NET renders very good support for working with disconnected data. ADO .NET 2.0 comes with additional features that enhance the performance of common database tasks.
Some ADO.NET sessions focus on the object model and .NET Framework classes and not on specific data access tasks that ADO.NET can solve. This session assumes you're somewhat familiar with the ADO.NET object model and want to see how to address the common tasks your application is likely to perform. Focus on getting connected in an ASP and Windows application, how to setup and run ad hoc queries as well as parameter-driven stored procedures, with and without returned parameters. See how to bind to DataReaders and DataSets and when it makes sense to use each. See how to fill and bind to a ListBox and a DataGrid and how to update the data, even when the query is the result of a complex join.
VB.NET 2005 Tutorials: Using XML Data In this tutorial you will learn about Using XML Data - XML Basics, Using XmlDocument Class, Treating XML as Relational Data, The Introduction, The database, Handle Data Errors - Handle Database Errors and Handling Multi-User Errors.
In this tutorial you will learn about Extending the Session State Mechanism, The Default Session State Mechanism and its customization, Customizing the Session State Module and Writing a custom session state module.
I've been working on a financial reporting project lately and came upon the idea of bringing our charts from ChartFX.NET to life. The idea being that we could dynamically review each pixel's color in the chart in order to generate an HTML image map on the fly. This would enable us to apply supporting documentation in the form of links or JavaScript functions to perform some sort of action when the user moves their mouse over the chart or clicks a section of it.
VB.NET 2005 Tutorials: Simple Data Binding In Section 1 of Data Binding you will learn about definition of Data Binding Bindable Entities, The Architecture of Data Binding, Bind Data to the User Interface and Simple Data Binding