What about if you could organize your database objects (e.g. tables and views) in namespaces according with its roles in the system? In this article we will see the …
Read More »Tag Archives: shell
Oracle Restore Control File Script – Linux Cut Command – RMAN Restore Script
Hi I wanted share one useful script which I wrote few minutes ago ( part of my big project ) 🙂 You know we do Oracle Restore and we need …
Read More »SHELL (KABUK)
Shell aslında bir kabuk programıdır diyebiliriz. Görevi kernel ile kullanıcı arasında yer alarak , kullanıcıdan gelen komutları yorumlayıp kernel’e iletmektir. Kernel ile shell ‘in bu etkilişimi de sistem çağrıları (system …
Read More »SIRALAMA ALGORİTMALARI-2 ( SHELL SORT )
Sıralama Algoritmaları 8 tanedir.Bunlardan Bazıları;Bubble sort,İnsertion Sort,Shell Sort,Straight Sort vb… Bu Algoritmalar genelde Dizileri sıralamada kullanılır ve herbir algoritmanın çalışma mantığı farklıdır.İşte Shell Sort un icrası aşağıdaki gibidir. #include<iostream> using …
Read More »