Sort Results: [ Hot | Best | Latest ]
More Oracle Interview Questions : SQL and PL/SQL
by rakeshfan
I can say Oracle database is a box of chocolates. You never know what you're gonna get. The more I learn about it, the more there is to learn. It's getting so much better with each new release too. See what... published 12 months ago
Oracle PLSQL Interview Questions. Additional Concepts Every Developer Should Know.
by rakeshfan
The best way of learning something is by asking questions. That's why I've organized this hub in a question-answer format. The questions range from Basic to Advanced. I gave a concise answer too, only for... published 16 months ago
Oracle SQL*PLUS
by oraclenotes
Put in sqlplus.bat: Set NLS_LANG=French_France.WE8PC850 sqlplus.exe CONNECT login/password@SID Set pause on SELECT * FROM employees; SELECT USER FROM DUAL; Display the names of all... published 12 months ago
ORACLE FAQS
by 462844
1. WHAT IS DATA OR INFORMATION? Ans: The Matter that we feed into the Computer is called Data or Information. 2. WHAT IS DATABASE? Ans: The Collection of Interrelated Data is called Data... published 4 months ago
58Affordable Linux Web hosting
by y227
Forget the browser wars. This year's big nerd battle is the server (Web Hosting) shootout between Linux and Windows NT - and it's not just a bunch of geeks nit-picking. While both offer more affordable web... published 4 months ago
Seven Deadly SQL Sins Part I
by hot dorkage
This is the first in a series of four excerpts from my live SQL presentation of the same title that I have given to technical groups in my area. It is inspired by an excellent outline by Arjen Lentz entitled... published 9 days ago
Think.com - Online Learning School Community
by Ronald Daniar
Think.com is a website that is designed by Oracle Education Foundation for mainly educational purpose. This website connects teachers and students around the world to share experiences and to collaborate in... published 5 months ago
Oracle date format
by oraclenotes
With the functions to_char and to_date, a date format can be used. Example: select to_char(sysdate,'DD/MM/YYYY HH24:MI:SS') from dual; will return something like: 24/03/2006 14:36:43 Using oracle date... published 5 months ago
How To Become a Database Programmer
by pcubergeek
Information on how to become a database programmer. published 3 months ago
Oracle Triggers
by oraclenotes
Oracle triggers are stored PL/SQL program unit associated with a specific database table or view. The code in the trigger defines the action the database needs to perform whenever some database manipulation... published 12 months ago









