Sys-Admin Information’s

Share Knowledge, Distribute Knowledge, Capture & Modify Knowledge, Create Knowledge..

  • Home
  • Login
  • Register

Sql*Loader

Posted by Hendrawan in October 17th, 2007  
Leave Comment
Posted in: ORACLE, Sql Loader     

Preview a little ’bout sql*loader
SQL*Loader loads data from external files into tables of an Oracle database,
SQL*Loader Can manipulate the data before loading it, using SQL functions,
SQL*Loader Can load data into multiple tables during the same load session, and many more..
SQL*Loader takes as input a control file (*.ctl), which controls the behavior of SQL*Loader, and one […]

Popularity: 18% [?]

Split Busy Datafile to Another Mountpoint

Posted by Hendrawan in October 9th, 2007  
Leave Comment
Posted in: Datafile, ORACLE     

If you want to load balance your datafile, you can split your datafile into another mount point,
here’s detail step.
1. lsnrctl stop
2. shutdown immediate
3. copy your datafile

cp /$ora_home/$SID/undo/undo01.dbf /$ora_home/$SID/undo1/
cp /$ora_home/$SID/undo/undo02.dbf /$ora_home/$SID/undo2/
cp /$ora_home/$SID/index1/idx01.dbf /$ora_home/$SID/index2/
cp /$ora_home/$SID/index1/idx02.dbf /$ora_home/$SID/index3/

4. startup exclusive mount
5. rename your old datafile path with alter command

alter db rename file ‘/$ora_home/$SID/undo/undo01.dbf’ to ‘/$ora_home/$SID/undo1/undo1.dbf’;
alter […]

Popularity: 15% [?]

Installing Sudo On Solaris

Posted by Hendrawan in September 25th, 2007  
Leave Comment
Posted in: SOLARIS, Sudo     

Sudo (su “do”) allows a system administrator to give certain users (or groups of users) the ability to run some (or all) commands as root while logging all commands and arguments
Sudo is supplied in source form and you need to compile it.
This isn’t difficult! Before doing so, you need to have installed the g(un)zip program […]

Popularity: 14% [?]

ERROR! MySQL manager or server PID file could not be found!

Posted by Hendrawan in September 18th, 2007  
1 Comment
Posted in: Mysql     

Don’t Panic if you get this error when you start, restart or stop your mysql engine.
I get error like this “/etc/init.d/mysql: /usr/local/bin/hostname: not found
/etc/init.d/mysql: /usr/local/bin/hostname: not found
ERROR! MySQL manager or server PID file could not be found!”
when i restart the mysql, yes..dont panic,

addthis_url = ‘http%3A%2F%2Fsysinfo.bascomp.org%2F2007%2F09%2F18%2Ferror-mysql-manager-or-server-pid-file-could-not-be-found%2F’;
addthis_title = ‘ERROR%21+MySQL+manager+or+server+PID+file+could+not+be+found%21′;
[…]

Popularity: 45% [?]

passwd (SYSTEM): Unexpected failure. Password database unchanged

Posted by Hendrawan in September 18th, 2007  
Leave Comment
Posted in: Error, SOLARIS     

When I was to changed “root” password then come up message like this
“passwd (SYSTEM): Unexpected failure. Password database unchanged”, try adduser, then his come up again this message “UX: useradd: ERROR: Cannot update system files - login cannot be created.”
check your / space, house keeping if its full, then change your root password with
# passwd […]

Popularity: 22% [?]

Kill Many* Jobs

Posted by Hendrawan in September 13th, 2007  
Leave Comment
Posted in: *Nix, ORACLE, Session     

When I want to shutdown the oracle database. I must kill many session client who connect to the database and running in background Os…
# ps -ef|grep -i local=no
oracle 19027 1 0 Sep 07 ? 0:01 oracleSERVER (LOCAL=NO)
oracle 25918 […]

Popularity: 16% [?]

Export Script (Oracle)

Posted by Hendrawan in September 12th, 2007  
Leave Comment
Posted in: Export-Import, ORACLE     

Yesterday, I was export the database for backup mode, Coz the database not in archived log mode, so export was the solved. I used this in HP-UX
Note:
1. Change ‘TABLE’ with your table and ‘SEPT’ with your partition table name.
2. Change ‘SCHEMA’ with your shema where table place.
3. Change ‘compress’ with your ‘compress’ tool, like (g)un(zip), […]

Popularity: 11% [?]

Solaris 10 Fibre Channel Management

Posted by Hendrawan in August 22nd, 2007  
Leave Comment
Posted in: Fibre Channel, SOLARIS     

On Solaris 10 Fibre Channel Management was so easy, cos the storage foundation kit is now integrated into the base OS, name was ” fcinfo “.
” fcinfo ” utility were added to view fibre channel connectivity information.
” fcinfo ” is especially useful, since it provides a tool with the base Operating System to view HBA […]

Popularity: 42% [?]

Newer Entries »
« Older Entries
  • Reference
  • Tags
  • Latest

 

    SUN Sysadmin Resources And Community
    The Porting And Archive Centre for HP-UX

 

  • Backup Blocking BUG Connections Linux System information Listener NTP ORACLE Oracle to Mysql Projadd Projmod Session shminfo_shmmax shmmax show system information on linux machine Solaris Tuneable parameter SSH startup inconsistent DataBase Telnet tunable parameter Tuning

 

  • Troubleshooting for startup inconsistent DB
  • Linux System information
  • set hostname without reboot
  • ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
  • Tracking Down “Last Reboot” on windows
  • Backup Listener log
  • Oracle Heterogeneous Configuration Service (ORACLE to MySQL)
  • Comparison Kernel parameter Solaris9 and Solaris10
  • Kernel setup for Solaris 10 using project files - Special for Oracle10g
  • Block Telnet Session

Latest In ORACLE

Troubleshooting for startup inconsistent DB

for e.g. database unable up cause of datafile corruption SQL> startup ORACLE instance started. Total System Global ...continue reading

Backup Listener log

In database production, the log of listener was grow rapidly, some times if you move ...continue reading

Archives

    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007

Meta

    • Register
    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

Recent Posts

    • Troubleshooting for startup inconsistent DB
    • Linux System information
    • set hostname without reboot
    • ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
    • Tracking Down “Last Reboot” on windows

Categories

    • *Nix (6)
    • AIX (1)
    • HP-UX (12)
    • SOLARIS (40)
    • LINUX (2)
    • ORACLE (22)
    • Mysql (2)
    • Windows (1)

Contibutor

    • Dhany sudharmanto
    • Eriek Regandono
    • Gani Afgani
    • Hell-me
    • Hendrawan
    • Henri Simatupang
    • Hilman-Lupus

Recent Comments

  • Hendrawan in Ssh in Solaris
  • kurgan in Ssh in Solaris
  • Arun in ERROR! MySQL manager or server PID …

Popular Entries

  • Comparison Kernel parameter Solaris9 and Solaris10
  • Kernel setup for Solaris 10 using project files - Special for Oracle10g
  • Oracle Heterogeneous Configuration Service (ORACLE to MySQL)
  • Tracking Down "Last Reboot" on windows
  • Backup Listener log
  • ssh[23593]: [ID 530472 user.error] Kerberos mechanism library initialization error:
  • Block Telnet Session
  • WWN info in solaris
  • Ssh in Solaris
  • ERROR! MySQL manager or server PID file could not be found!

Who is writing this blog?

author An ordinary people, participants, contributor who share their own experiences, their knowledge, their informations, task, a few tips and tricks, their problem with solving tools..
coz they know, knowledge it's free..
©2006-2008 Sys-Admin Information’s
Disclaimer: Unless otherwise specified, all posts are licensed under the Creative Commons Attribution-ShareAlike 3.0 License.
The Forte theme by Moses Francis