Hot Hubs · tagged oracle RSS icon



Sort Results: [ Hot | Best | Latest ]

rakeshfan profile image89

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

9 comments    technology job interview

rakeshfan profile image92

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

24 comments    technology careers job

88

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 sql plus

76

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

0 comments    technology careers programming

58

Affordable 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

0 comments    technology internet windows

These sins scream "Noob Noob Noob!"81

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

2 comments    programming oracle database

68

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

2 comments    education children kids

oraclenotes profile image61

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

0 comments    oracle oracle date

MS SQL Server 200571

How To Become a Database Programmer

by pcubergeek

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

6 comments    careers jobs career

oraclenotes profile image58

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

0 comments    oracle

working