Best Hubs · tagged oracle RSS icon



Sort Results: [ Hot | Best | Latest ]

rakeshfan profile image92

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 14 months ago

12 comments    technology job interview

91

Mastering Oracle Date Arithmetic

by selvirajan

Date Arithmetic is the calculations based on date. Doing Date calculations is a night mare many times for a developer, especially in Oracle many developer felt this. But many of us never knew simple tricks... published 6 weeks ago

3 comments    technology oracle sql

rakeshfan profile image86

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 2 years ago

28 comments    technology careers job

selvirajan profile image85

Oracle Interview Tips and Quetions

by selvirajan

Oracle is strong in database management and data-warehousing for more than decades. It is leading the RDBMS world on top rank. Being a Oracle techie, one has lots of opportunities. We posted our first... published 2 months ago

1 comment    technology careers jobs

84

Oracle Exceptions

by selvirajan

Exceptions in Oracle are powerful error handling mechanism. Do you feel little difficulty hearing the word Exception handling? This page depicts Exception handling and gives you very clear understanding of... published 6 weeks ago

0 comments    technology oracle plsql

81

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 7 months ago

0 comments    technology careers programming

80

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 15 months ago

oracle sql plus

MS SQL Server 200577

How To Become a Database Programmer

by pcubergeek

Information on how to become a database programmer. published 6 months ago

9 comments    careers jobs career

selvirajan profile image77

Over come the 255 Character Limit of DBMS_OUTPUT

by selvirajan

Oralce has provided the DBMS_OUTPUT package for the PL/SQL Developers. PUT_LINE function is probably the most used feature of Oracle Developers. PUT_LINE is used for displaying the results/outputs in the... published 2 months ago

0 comments    technology oracle plsql

77

Oracle Analytic Functions

by selvirajan

Oracle Analytic Functions Analyctic functions in Oracle are set of functions and clauses used for arriving statistical informations like sum, average. These functions are more flexible to use and efficient.... published 3 weeks ago

0 comments    technology oracle database

working