Global GuideLine HomeHTML TutorialJavaScript TutorialSQL TutorialCSS TutorialSEO TutorialXML TutorialXSLT TutorialArticles TutorialInterview Questions and Answers GuideJobs GuideLineBookmark With GoogleBookmark With YahooBookmark With FaceBookBookmark With LiveFollow @GlobalGuideLine on TwitterBookmark Global GuideLine
Lean the interesting discussion about that Can Oracle kick SQL Server's behind? Oracle versus SQL Server in the Enterprise Edition. Oracle expert David throws down the gauntlet to Microsoft devotees.
Published at 18 Dec 2008, Visited 2951 Times. 1 Comments
An Oracle database system comprises at least one instance of the application, along with data storage. An instance comprises a set of operating-system processes and memory-structures that interact with the storage.
Published at 18 Dec 2008, Visited 1492 Times. 1 Comments
As of Oracle 8.1, we can now send email from within an Oracle application. This is done by using the UTL_SMTP package. However, it should be noted that there are some shortcomings with this package that may or may not be a problem for us.
Published at 18 Dec 2008, Visited 1633 Times. 0 Comments
With the ever-burgeoning feature sets available in modern databases, it's difficult to separate the wheat from the chaff. There are plenty of high-level data warehousing features in Oracle for instance that you might never need.
Published at 18 Dec 2008, Visited 1844 Times. 1 Comments
This article is a basic primer to get you started using Advanced Queuing in Oracle9i and Oracle8i. Such as * Environment Setup * Define Payload * Create Queue Table And Queue * Grant Privilege On Queue * Enqueue Message * Dequeue Message * Variations
Published at 18 Dec 2008, Visited 911 Times. 0 Comments
Oracle9i now supports the ANSI/ISO SQL: 1999 standards. This allows easier product migration and a reduced learning curve when cross-training, but there is no performance increase compared to the existing syntax.
Published at 17 Dec 2008, Visited 641 Times. 0 Comments
Most of the Oracle 10g databases are using ASM for storage as it's very simple to maintain the storage w.r.t. to Disks, Datafiles etc. We can get most of the ASM details & implementation details from OTN here...
Published at 17 Dec 2008, Visited 854 Times. 0 Comments
?Find out how to use DBMS_SQLTUNE package to tune SQL Statements in Oracle 10g? Have you ever been frustrated with SQL Tuning? Did you get lost in the maze of /+ HINTS +/ and analysis paralysis? Pre-10g you have to be either a SQL tuning expert or should have a license to...
Published at 17 Dec 2008, Visited 2096 Times. 0 Comments
Oracle 10g?s brilliant alternative to database point in time recovery is the the Flashback Database feature. With this feature in place you can do almost everything that you can do with point in time recovery,
Published at 16 Dec 2008, Visited 2577 Times. 1 Comments
The use of XML for data transfer has increased dramatically over the last few years. Since most applications still rely on structured relational data it is necessary to explode the non-structured XML data into relations tables
Published at 16 Dec 2008, Visited 2984 Times. 1 Comments
Hacker attacks that bring down the network get a lot of attention, so companies concern themselves with protecting against those threats to prevent your database.
Published at 19 Dec 2008, Visited 568 Times. 0 Comments
New Features in DB2 UDB V9 One of the new features in DB2 version 9 which got a lot of attention is certainly Row Compression. While compression algorithms are in place already in DB2 before for instance backup compression, value compression, row compression is unique for several reasons
Published at 18 Dec 2008, Visited 3753 Times. 2 Comments
The optimizer is the heart and soul of DB2. It analyzes SQL statements and determines the most efficient access path available for satisfying each statement. DB2 UDB accomplishes this by parsing the SQL statement to determine which tables and columns must be accessed.
Published at 18 Dec 2008, Visited 1733 Times. 0 Comments
Learn about the effectiveness of using the native XML capabilities coming in the next version of DB2 Universal Database? for Linux?, UNIX?, & Windows? to simplify application code and relational schemas. This article looks at the impact of schema evolution on the application
Published at 18 Dec 2008, Visited 900 Times. 0 Comments
Do one of the 20 things seasoned DBA and Oracle expert Carmichael of Dragonfly Consulting LLC listed in her presentation at the Oracle user event International Oracle Users Group (IOUG) Live!, and you could find yourself holding a pink slip faster than you can say Victorias Secret on Fox Tonight
Published at 20 Dec 2008, Visited 1684 Times. 0 Comments
Handling email addresses in SQL Server. SQL Server databases is quite common, especially in those tables, that store information about customers, clients, subscribers etc.
Published at 19 Dec 2008, Visited 1373 Times. 0 Comments
We have noticed some of my processes are failing because spids are already connected to the database. This happens specifically when we need to a restore database. We catch this problem pretty quick when we are working on it during the data and can fix it.
Published at 19 Dec 2008, Visited 1634 Times. 0 Comments
Problems and solutions. Do any other options exist? What are the advantages and disadvantages to these approaches? When should one approach be used over another?
Published at 19 Dec 2008, Visited 810 Times. 0 Comments
The objective of the Microsoft SQL (MSSQL) port is to provide another database alternative to MYSQL to take advantage of SQL server in business environments where Mysql may be a barrier to entry. The goal was to provide the ability for GL1.4.0 to work in either Mysql or MS SQL server
Published at 19 Dec 2008, Visited 876 Times. 0 Comments
JavaScript Language
is a simple programming language built into Netscape 2.0 and greater.
It is integrated with and embedded in HTML. It allows greater control of web page
behavior than HTML does alone. Lets start comprehensive JavaScript Tutorial and enjoy.
JavaScript is used in web sites to improve the look of it, verification of forms, browsers
version detection, cookies and exception handling and much more, it is client side programming language.
Details are available in JavaScript Tutorial section.
Learn JavaScript with hundreds of Examples.
Interview Questions and Answers.
Which topic would you like to explore? Judge your ability in HTML, XML, C++, Networking, CSS, Database, JavaScript, PHP, SQL, VB and a lot of web and desktop programming techniques. GGL provide you to share interview questions, comment and any questions.
Start your choice of Interview Questions and Answers.
HTML Tutorial
will develop your web programming skill. HTML stands for Hyper Text Markup Language.
HTML file contains some predefined tags called markup tags like <html> is a tag..
Markup tags contains the data called content of the web page.
Content of the web page will be visible on web page by web browser.
HTML file must be save with the extension of .html or .htm
No software is required to create HTML files just use simple Note Pad.
Learn HTML with hundreds of examples.
SQL (Structured Query Language)
is a computer language used to store, manipulate,
and retrieve data stored in databases. Learn SQL at Global GuideLine.
Almost all modern Relational Database Management Systems like MS SQL Server, Microsoft Access, MSDE, Oracle, IBM DB2, Sybase, MySQL, Postgres and Informix use SQL as standard database language.
Standards for SQL exist. However, the SQL that can be used on each one of the major RDBMS today is
in different flavors. In this
SQL Tutorial, such differences are noted where appropriate. All details are available
in the SQL Tutorial Section.
Click here to learn about SQL basics and developed your skills.