- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ORACLE MML Load Library
Operating System - HP-UX
1819794
Members
3385
Online
109607
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 02:55 PM
05-03-2005 02:55 PM
ORACLE MML Load Library
On Oracle, i use rman.
So, i want to load SBT library.
Oracle engineer told me how to compile SBT library on HP.
cc -o libobk.so +DD64 -G -I. -ldld -DORA_BSP -DHPUX skgfqsbt.c
compile was success.
But, When rman ran and tried to make channel,
error was occurred.
ORA-27211: Failed to load Media Management Library
I don't know what is wrong.
help me.
So, i want to load SBT library.
Oracle engineer told me how to compile SBT library on HP.
cc -o libobk.so +DD64 -G -I. -ldld -DORA_BSP -DHPUX skgfqsbt.c
compile was success.
But, When rman ran and tried to make channel,
error was occurred.
ORA-27211: Failed to load Media Management Library
I don't know what is wrong.
help me.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 04:59 PM
05-03-2005 04:59 PM
Re: ORACLE MML Load Library
Hi,
Error: ORA-27211: Failed to load Media Management Library
The cause for this error is User-supplied SBT_LIBRARY or libobk.so could not be loaded.
i.e Call to dlopen for media library returned error. The work around will be to retry the command with proper media library. Or re-install Media management module for Oracle.
If you RDBMS version is 9i, then in Oracle9i RMAN searches for the media management library dynamically when allocating a channel. RMAN searches for the libobk.so file which does not exist in the Oracle9i environment yet.
In this case create a reference to the Media Management Library by introducing a symbolic link called $ORACLE_HOME/lib/libobk.so which points to the 3rd party Media Management Library.
Example on SUN Solaris with Legato Storage Manager (LSM):
cd $ORACLE_HOME/lib
ln -s /usr/lib/liblsm.so libobk.so
I hope this helps.
Indira A
Error: ORA-27211: Failed to load Media Management Library
The cause for this error is User-supplied SBT_LIBRARY or libobk.so could not be loaded.
i.e Call to dlopen for media library returned error. The work around will be to retry the command with proper media library. Or re-install Media management module for Oracle.
If you RDBMS version is 9i, then in Oracle9i RMAN searches for the media management library dynamically when allocating a channel. RMAN searches for the libobk.so file which does not exist in the Oracle9i environment yet.
In this case create a reference to the Media Management Library by introducing a symbolic link called $ORACLE_HOME/lib/libobk.so which points to the 3rd party Media Management Library.
Example on SUN Solaris with Legato Storage Manager (LSM):
cd $ORACLE_HOME/lib
ln -s /usr/lib/liblsm.so libobk.so
I hope this helps.
Indira A
Never give up, Keep Trying
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP