ORA-00600: internal error code, arguments: [ktspgetmyb-1], [], [], [], [], [], [], [] March 29, 2012 Metalink Note 330928.1 Refer mail for link!! Read more
Adding path to export : Linux March 20, 2012 Steps : # vi /etc/profile # Hit '/',type 'export' # Just before the line with 'export' ,enter "linkName=path" # save and exit # type : source /etc/profile and hit 'enter' # echo $linkName to verify Read more
To copy different files on the same machine March 13, 2012 $ rsync -e ssh -va *.* /home/Dell/testNew/ Read more