Wednesday 16 November 2011

Java Swing Tutorial

how to learn java Swings?

if any one new to java then go this site bcoz. this site gives concept and related examples

 clik here:  Java Swing Tutorial

import dump file to oracle

How to Import dump file to Oracle ?

this is command for importing data to oracle. here filename.dmp means it is dump file that contains all the details about ur schema structure and ur's tables data
systax:  
imp username/password file=filename.dmp full=Y rows=Y( whenever u r specifying full=Y then rows=Y is optional)

how to export your specified tables on oracle

Exporting data from oracle to file? 
hi friends this is the command for exporting specified tables on oracle database. it is very useful command on oracle software
where it is useful?

if you want to transfer data and that table structures then it is very useful to you

exp userid=username/password FILE=urname.dmp tables=table1,table2,table3................

here urname.dmp means it is dump file that contains all the details about that particular schema

Tuesday 15 November 2011

The inventions of java

Why the oak is change as JAVA ?
JAVA is a name of an island in Indonesia south of Borneo; one of the world's most densely populated regions.


it is the group photo of james gosling and team