2 comments Sunday, April 22, 2007

Hi family, tutors and friends

I hope you doing fine.


I saw this clip on YouTube, and I want to give you a very very very very very BIG HUG. J J

Bye

0 comments Thursday, March 8, 2007

Hi Folks

It was from a while. I didn't write anything in my blogs because I have exam's and a lot of assignment to do.

Today I have to work on Oracle 9i but the service stop immediately after starting. I don't know why but I remembered that I changed the computer name so everything goes wrong after searching I found the answer

You have to change hostname to the new one in the following files.

·       tnsnames.ora

·       sqlnet.ora

·       listener.ora

And delete all *.q file inside network/agent folder

Thanks to Oracle Forum

Have fun

Bye

0 comments Friday, January 26, 2007

Hi

Today at Arab Teem someone ask question about the null and the Space-Key which is not null of course. See this example to know more what I'm talking about.

Have fun.

Bye

Create Table xT

(

FName VarChar ( 30 ) Not Null

)

Go

Insert into xT ( FName ) Values ( Null )

Go

Insert into xT ( FName ) Values ( '' )

Go

Insert into xT ( FName ) Values ( 'Ahamd' )

Go

Alter Table xT With NoCheck

Add Constraint CH_xT_FName Check ( Len ( FName ) > 0 )

Go

Insert into xT ( FName ) Values ( Null )

Go

Insert into xT ( FName ) Values ( '' )

Go

Insert into xT ( FName ) Values ( 'Desigen' )

Go

Select * From xT

Go

0 comments Thursday, January 18, 2007

Hi Folks


I have been recently looking for a UML tool and I found this cool tool designed by

Have fun.

Bye