Oracle/realserver plugin

Hi,
I'm working with the oracle/realserver plugin and all works fine. Like it says in the installion file, i've added the following line to a mountpoint:
select t.source.getContent() as data,
t.source.getMimeType() as mimetype,
from tracks t
where t.id = %url1%
No problem so far. Now I've stored the audio tracks as a bfile instead of a blob. I thought it would be sufficient to change the first line in:
select t.source.getBFile() as data
However, this doesn't work.
Does anyone know if the plugin supports bfiles and if yes, how to implement it?
Thanks in advance,
Peter

Peter,
What are the reasons you're trying to use BFILEs instead of BLOBs? I thiks BLOBs have more advantages than BFILEs. Last ones are not portable between different OS and it's always difficult to maintain consistency (especially non-transactional) between database internal objects and any external storage. BTW, I finaly got my Oracle plugin 8.1.7 loaded by RealServer8 on Solaris7.
All the best
Eugene
null

Similar Messages

  • Streaming mp3 through Oracle/RealServer plugin

    Did anybody try to stream mp3 content from Oracle database through Oracle interMadia plugin for RealServer8? The RealServer8 itself plays mp3 files with no problem. I am having no problem to play native RealServer content (loaded from *.rm files) trough the Oracle plugin (mime_type='audio/x-pn-realaudio'). I am using mime_type='application/x-pn-mpg' as recommended when loading mp3 in ordaudio object. But the RealSetver says that 'This server is not configured to play the data type you requested'. What is wrong? My environment: Oracle plugin 8.1.6/8.1.7 for RealServer for Solaris.
    Thanks for your input,
    Eugene.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Eugene FIRYAGO ([email protected]):
    Did anybody try to stream mp3 content from Oracle database through Oracle interMadia plugin for RealServer8? The RealServer8 itself plays mp3 files with no problem. I am having no problem to play native RealServer content (loaded from *.rm files) trough the Oracle plugin (mime_type='audio/x-pn-realaudio'). I am using mime_type='application/x-pn-mpg' as recommended when loading mp3 in ordaudio object. But the RealSetver says that 'This server is not configured to play the data type you requested'. What is wrong? My environment: Oracle plugin 8.1.6/8.1.7 for RealServer for Solaris.
    Thanks for your input,
    Eugene.<HR></BLOCKQUOTE>
    null

  • Update on Oracle-Realserver streaming

    Hello Larry,
    Thank you very much for hints.
    Sorry for re-posting my recent reply, but it seems that it was hard to find it when it's so much down the thread.
    I guess I figured out how to use the ldd command.
    Here's what it gives:
    libclntsh.so.9.0 => not found
    libpthread.so.0 => /lib/libpthread.so.0 (0x40044000)
    libstdc++-libc6.3-2.so.3 => not found
    libm.so.6 => /lib/libm.so.6 (0x4005a000)
    libc.so.6 => /lib/libc.so.6 (0x4007e000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
    How do you fix those "not found" things?
    Also I checked in rmerror.log and here are some of the major messages:
    ***26-Sep-03 23:06:47.510 rmserver(17709): /data/realserver/Plugins/liborclfs.so
    Not a valid library
    ***26-Sep-03 23:06:47.630 rmserver(17719): A configuration was found for broadca
    st distribution, but this server is not licensed for broadcast distribution.
    ***26-Sep-03 23:06:48.210 logplin(17718): WindowsMediaMulticast: This Server is
    not licenced to Multicast the WindowsMedia data types.
    26-Sep-03 23:06:52.510 logplin(17718): Helix Server (c) 1995-2002 RealNetworks,
    Inc. All rights reserved.
    26-Sep-03 23:06:52.510 logplin(17718): Version: Helix Server 9.0 (9.0.2.802)
    26-Sep-03 23:06:52.510 logplin(17718): Platform: linux-2.2-libc6-i586-server
    ***26-Sep-03 23:07:19.610 logplin(17718): 2: Error retrieving URL `videodb/1' (Invalid path)
    So, yes, there is a "Not a valid library" message. As I read in "Readme" for Oracle plugin, "if "/private1/real8/Plugins/liborclfs.so.6 Not a valid library, then check the LD_LIBRARY_PATH variable. It must contain the directory for the Oracle client library".
    However, I'm running Helix Server on the same PC as Oracle 9i (both under Suse 8.0 Linux) and I don't have any Oracle client installed for Linux (I was trying to find one for Linux, but couldn't - do you know where to get it?)
    So, I've set the "LD_LIBRARY_PATH" in the following way ("setenv LD_LIBRARY_PATH ${ORACLE_HOME}/lib:${LD_LIBRARY_PATH}" doesn't work):
    export LD_LIBRARY_PATH=/home/oracle_user/OraHome/lib/
    However, it still gives a "file not found message.
    Any ideas? I would appreciate any help on the issue.
    Thanks a lot,
    Roman

    Looks like you need to upgrade the linux installation you have.... It must include libstdc++--lib6.3-2.so.3
    What distibution/version do you have?
    according to the readme requirements:...
    Windows Windows NT 4.0 Windows NT 4.0 Windows NT 4.0 Windows 2000 Windows 2000 Windows 2000 Windows XP Professional Solaris Solaris 2.6 (5.6) Solaris 2.6 (5.6) Solaris 2.6 (5.6) Solaris 8 (5.8) Solaris 8 (5.8) Linux Red Hat Linux 8.0 libstdc++--lib6.3-2.so.3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • RealServer plugin bad string-handling

    Having had trouble with the RealServer plugin for a couple of days we have finally got it to work on Oracle 9i database and Realserver 8.
    In rmserver.cfg, we had a list with a <Var Database> tag that contained many lines, with newlines, tabs and spaces.
    <List Name="Oracle DB system select">
    <Var Database="
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = SULE22)(PORT = 1521))
    (CONNECT_DATA =
    (SID=tennis.idi.ntnu.no)
    "/>
    </List>
    This didn't work, however, when we changed it to be on one line as in:
    <List Name="Oracle DB RealVideo movie">
    <Var Database="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=sule22.idi.ntnu.no)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=dipvideo.idi.ntnu.no)(INSTANCE_NAME=dipvideo)))"/>
    </List>
    it worked.
    We don't know if it was the newlines (Windows/UNIX encoding), the Tab-characters or the spaces that triggers this difficult-to-find bug, but we suspect one of the first.

    Hmmmm, probably a problem with the parsing of an XML document by realserver. A plugin gets the values from a realServer api, not by parsing XML. Normally newlines in an XML attribute are normalized to whitespace by an XML parser.

  • Oracle Eclipse Plugin 1.3.0.200909171310 - Unable to start a 10.3.1.0 Serv

    Title says it all.... Lost 3 days finding what was the problem.
    The version of Oracle Eclipse Plugin 1.3.0.200909171310
    is completelly unable to a version 10.3.1.0 Server.
    The server starts correctly on the command line.
    In Eclipse the server instance and runtime are created correctly, but when you
    try to start it from eclipse bang!
    Unable to validate WebLogic domain.Please make sure the running WebLogic instance is an Administration Server
    java.lang.Exception:
    at oracle.eclipse.tools.weblogic.server.internal.WlsJ2EEDeploymentHelper.validateRemote(WlsJ2EEDeploymentHelper.java:1670)
    at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerBehaviour.validateRemote(WeblogicServerBehaviour.java:2647)
    at oracle.eclipse.tools.weblogic.server.internal.ServerWatcher.runOnce(ServerWatcher.java:574)
    at oracle.eclipse.tools.weblogic.server.internal.ServerWatcher.run(ServerWatcher.java:482)
    at java.lang.Thread.run(Thread.java:619)

    Well, the server is not running, i just try to start it.
    The message pops instantly, like in 0.5 seconds, it looks like nothing is even performed.
    - what does the <name> element look like in domain/config.xml ? Does it match the server definition?
    <name>dintiruni</name>
    <server>
    <name>intiruni0</name>
    <ssl>
    <name>intiruni0</name>
    <enabled>true</enabled>
    <listen-port>443</listen-port>
    </ssl>
    <listen-port>80</listen-port>
    <listen-address/>
    </server>
    <admin-server-name>intiruni0</admin-server-name>
    yep : C:\owls11gR1\domains\dintiruni\servers\intiruni0
    - what is your version of JDK running Eclipse?
    Sun JDK 1.6.0_17, downloaded manually.
    Same JDK i use during install to run WebLogic 10.3.2.0, I had to do that, since 10.3.2.0 JDK 1.6.0_14
    is not a recongnized JDK when you use -vm parameter in eclipse.ini (10.3.1.0 was working)
    - Try create a new domain, make sure set it as development mode.
    I think i reinstalled WebLogic more than 3 times, recreated the domain with all possible options.
    Reinstalled Eclipse (J2EE with Reporting 3.5.1) with only Oracle Plugin. Recreated my workspace
    3-4 times.
    Additional info:
    I have this message as parent item of the stacktrace in the eclipse Log tree: Another server is detected.
    I had a server version 10.3.1.0, wich i just renamed the installation directory to C:\owls11gR1_10.3.1.0 and installed the 10.3.2.0 in the same directory C:\owls11gR1
    I uninstalled everything, went in regedit, deleted all weblogic keys references.
    Always the same problem. Im starting to loose patience... i have rarelly seen something like that.
    Edit:
    I also tryed with a Server version 10.3.2.0. (I abandonned 10.3.1.0 since i cannot even create the instance in eclipse)
    Edited by: Rouche on Jan 7, 2010 11:42 AM

  • Oracle Jena Plugin and "?Resource" in select

    If I execute a SPARQL query like below:
    SELECT ?Resource where { ?Resource ?p ?o .}
    In Jena, it generates the following SEM_MATCH query that results in an error:
    (SimpleLog.java:57) - Final clause = SELECT Resource$RDFVTYP, decode(Resource$RDFVTYP, 'BLN', ('_:'||substr(Resource,instr(Resource,'m',4)+1)), Resource) Resource FROM table(sdo_rdf_match('(?Resource ?p ?o) ', sdo_rdf_models('model_name_here'), null, null, null, NULL,' '))
    which results in a ORA-00936: missing expression.
    If I change the select statement to something like ?Res rather than ?Resource, a proper statement is generated and I get no error. Is resource a reserved keyword or something? Are there a list of these somewhere?
    Thanks,
    Ryan

    So no PL/SQL keyword can appear in the select clause of a SPARQL statement? Shouldn't the code that translates a SPARQL statement into a SEM_MATCH statement just change that into a valid string? I'm not writing the PL/SQL statement, the Oracle Jena plugin is the one creating the improper statement.
    -Ryan

  • Oracle Proxy Plugin - IIS - Certificates

    I have a setup where IIS fronts for Oracle Application Server using the Oracle Proxy Plugin. I understand this is fairly routine, however; I have run into a situation where I need Client Certificate information pushed back to a single application on the Oracle Server. According to documentation, the plugin does not backend requests SSL even in an SSL environment. This effectively blocks certificate information from anything sitting behind the plugin. Has anyone found or created a clean workaround/alternative solution to this problem? Unfortunately, IIS has to remain in front and Oracle has to remain behind.

    All,
    Solved it myself and it works with OC4J only.
    Regards,
    MB

  • Oracle APEX Plugin Development in v4.2.2

    I was wondering if people could please assist with Oracle APEX Plugin development and whether the following requirement is possible and if so, would appreciate the type of coding behind it.
    I basically would like to be able, via a plugin, create a form with say six page items, where two of those page items might be LOVs, another two are page items are text fields, where users have to enter values and the remaining two are display items only.
    Based on this form requirement, I want to be able to upload/install this plugin within other Oracle Application Express apps/schemas, so when installed within other apps, this plugin is rendered within a region and the data is stored within a table in that schema, but using the form described above.
    Can this be achieved building a plugin in Oracle APEX and if so, any pointers on how, would be much appreciated.
    Thanks.
    Tony.

    This was a known issue with 4.2.3, and I believe is rectified in 4.2.4
    Oracle Application Express 4.2.3 - Known Issues

  • EM12c - update Oracle DB plugin

    I'm trying to install a new update 12.1.0.3 [u130402] Oracle DB plugin for EM12c.
    During the "Deploy on Management Server" getting the error -
    2013-06-26 11:07:17,855 [main] ERROR pluginca.PluginCADriver - EM-04018: Server side Plug-in deployment failed because some mandatory patches are missing. Plug-in oracle.sysman.db:12.1.0.3.0:20130402 requires the patches 16412381, to be applied on host EM12C. Retry after applying the missing patches
    I can not find patch 16412381 on MySupport.
    How to find this patch?
    Is it passible to update without this patch?

    Hi, can you download this path now, i just checked on MOS. It take few hours for a patch to get live on MOS but now its avaliable

  • Oracle GUI Plugin

    Hi Everyone,
    I'm not a Oracle DB Guy, There was a requirement in my application where I need to install Oracle GUI Plgin on my Application server.
    Can any one of you please let me know where can I find or download the Oracle GUI Plugin?
    Early response is appreciated.

    Possibly Oracle Solaris Studio IDE:
    http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index-jsp-141867.html

  • Oracle region plugins

    I was looking for some examples of using ajax in a region plugin.
    Patrick Wolf suggested looking at the source of the Funnel chart plugin, {message:id=10282239}.
    But that plugin is no longer available at http://apex.oracle.com/plugins
    And the source of the only other region plugin at that place, HTML Chart, is not complete as it is missing the database package apex_legacy_plugins with the render function. And it doesn't seem to use ajax either.
    Is the Funnel chart plugin still available at some other place?
    Or is the used code so out of date that it had to be withdrawn?

    Hi Anton,
    we had to temporarily remove the "Funnel Chart" because of licensing issues. Hope to stage it soon again.
    In the meanwhile I will mail you (to the address in your profile) another region type plug-in (Flot Pie Chart) which is one of our most current region type plug-in blueprints. We use it ourselves in the packaged apps shipped with APEX 4.2.2.
    Regards
    Patrick
    Member of the APEX development team
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • RealServer Plugin For Oracle 9i DB

    I've follow the instruction on http://forums.oracle.com/forums/message.jsp?id=890349 to set the LD_LIBRARY_PATH, PATH and make a link from libclntsh.so.9.0 libclntsh.so.8.0, however when I issued this command to check for the library inpendencies:
    #ldd liborclfs.so
    libc.so.1 => /usr/lib/libc.so.1
    libclntsh.so.8.0 => /export/home4/9idb/OraHome1/lib/libclntsh.so.8.0 - wrong ELF class: ELFCLASS64
    libC.so.5 => /usr/lib/libC.so.5
    libdl.so.1 => /usr/lib/libdl.so.1
    libw.so.1 => /usr/lib/libw.so.1
    /usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1
    Any Ideas?
    thanks,
    khchan

    Looks like you are including a 64 bit library. We only support the 32 bit libraries, as Realserver is 32 bit.
    See:
    Re: BEST WAY TO DELETE OVER A 75,000,000 RECORDS
    I think you want to use the libraries in lib32/
    Larry

  • Cannot install realserver plugin

    I'm having problems getting the realserver intermedia plugin to work properly. I have downloaded both the 7.0 and G2 plugins from technet and put them into the Plugins directory of the realserver but when I start the realserver I get the following errors:
    [root@darwin real80]# Bin/rmserver rmserver.cfg
    RealServer (c) 1995-2000 RealNetworks, Inc. All rights reserved.
    Version: RealServer 8 (6.1.3.1058)
    Platform: linux-2.0-libc6-i386
    Expires: Feb. 1, 2001
    Creating Server Space...
    Calibrating Timers...
    Starting RealServer 8.0 Core...
    Loading RealServer License Files...
    E: A valid License File was not found in the License Directory. The RealServer w
    ill have only Evaluation features enabled. Contact RealNetworks to obtain a Lice
    nse File.
    Detecting Number of CPUs...
    Testing 1 CPU(s): 1 CPU Detected, Phew...
    Testing 2 CPU(s): 2 CPUs Detected (190% Work Produced)
    Testing 3 CPU(s): 3 CPUs Not Detected (185% Work Produced)
    Testing File Descriptors...
    Setting per-process descriptor capacity to 678(1013), 9...
    I: Loading Plugins from /usr3/real80/Plugins...
    < . standard plugins deleted . >
    C: /usr3/real80/Plugins/orclfs.so Not a valid library
    C: /usr3/real80/Plugins/liborclfs.so Not a valid library
    Any clues as to what I am doing wrong?

    Hello
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Ymizuno ([email protected]):
    Jap,
    The <list> tags for rmserver.cfg should look something like this:
    [b]
    <List Name="Oracle DB RealVideo movie">
    <Var ShortName="pn-oracle"/>
    <Var MountPoint="/dbvideo/"/>
    <Var Database="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(PORT=1521)(HOST=a-pc.oracle.com))(CONNECT_DATA=(SID=orcl)))"/>
    <Var Username="scott"/>
    <Var Password="tiger"/>
    <Var SQL="begin get_video('$url1$', :MIMETYPE, :DATA); end;"/>
    <Var Authentication="0"/>
    </List>
    There is a sample code using RealServer to retrieve RealVideo files from a database. It will be available on OTN shortly, but if you need it now, send me email with your email address. Then, I'll send the code to you.<HR></BLOCKQUOTE>
    I work in a big portuguese Media Group (http://www.iol.pt), and we are using Intermedia for photos, but we will begin to test Intermedia with videos and real Server this week.
    Can you send me to that configuration file, please?
    [email protected]

  • Is there a Bug in Oracle Eclipse Plugin for OSB11gR1PS2

    i have been using the Eclipse plugin for Oracle Service bus, and while desiginng the WSDL in ther design view i faced the following problem
    If you create a skeleton and then add operations, they are not mapped to WSDL:binding
    also if one changes the type of operation, ( from default input output in skeleton) the corrosponding changes are not reflected in WSDl....
    did any1 else face the same problem while designing WSDL??
    Edited by: tarang on Jun 7, 2011 4:23 PM

    Cross post in OEPE forum as well -
    Enterprise Pack for Eclipse
    Regards,
    Anuj

  • 12c BP1 Oracle Chargeback plugin  deployment failed when config webtier

    Plugin version is 12.1.0.2.0,
    It failed at config WebTier stage.
    From pluginca trc file, it shows
    EMPluginDeploymentStep:{ OMS_CONFIG ; FAILED
    Further check the content of configplugin_all_2012-07-04_21-40-01.trc shows:
    2012-07-04 21:42:13,968 [main] DEBUG pluginca.PluginCADriver - Deploying all plug-ins at once using templates
    2012-07-04 21:42:13,969 [main] DEBUG pluginca.PluginCADriver - Setting WLST properties value to: -Dweblogic.security.TrustKeyStore=DemoTrust -Dweblogic.security.SSL.ignoreHostnameVerification=true -Djava.security.egd=file:///dev/./urandom
    2012-07-04 21:42:13,969 [main] INFO pluginca.PluginCADriver - Executing the command: /u01/app/oracle/middleware/oracle_common/common/bin/wlst.sh /u01/app/oracle/middleware/oms/sysman/pluginca/scripts/wls/template.py abc.xyz.com 7101 7403 weblogic nodemanager EMGC_OMS1 abc.xyz.com GCDomain /u01/app/oracle/middleware/oms/sysman/omsca/scripts/wls
    Initializing WebLogic Scripting Tool (WLST) ...
    ...(all normal msg)...
    ..(some security info, <Notice> <Security> <BEA-090898> ...)
    Successfully Connected to Node Manager.
    FAILED_NOT_RESTARTABLE
    Wed Jul 04 21:42:20 SGT 2012
    Adding plug-in templates
    Already connected to a Node Manager
    FAILED_NOT_RESTARTABLE
    Starting server EMGC_ADMINSERVER ...
    Error Starting server EMGC_ADMINSERVER: weblogic.nodemanager.NMException: Exception while starting server 'EMGC_ADMINSERVER'
    Connecting to t3s:/abc.xyz.com:7101 with userid weblogic ...
    ...(some <Notice> <Security> <BEA-090898> )
    Successfully connected to Admin Server 'EMGC_ADMINSERVER' that belongs to domain 'GCDomain'.
    Wed Jul 04 21:45:31 SGT 2012
    Admin server started successfully....
    Disconnected from weblogic server: EMGC_ADMINSERVER
    FAILED_NOT_RESTARTABLE
    Wed Jul 04 21:45:31 SGT 2012
    Error Starting Admin Server5
    Wed Jul 04 21:45:31 SGT 2012
    SEVERE: Exception: during deployment of plug-in template done
    Wed Jul 04 21:45:31 SGT 2012
    Name of Exception: exceptions.SystemExit
    Wed Jul 04 21:45:31 SGT 2012
    Code of Exception: 5
    Wed Jul 04 21:45:31 SGT 2012
    <traceback object at 1>
    Wed Jul 04 21:45:31 SGT 2012
    SEVERE: Exception: during deploying Plug-in template
    Wed Jul 04 21:45:31 SGT 2012
    Name of Exception: exceptions.SystemExit
    Wed Jul 04 21:45:31 SGT 2012
    Code of Exception: 65
    Wed Jul 04 21:45:31 SGT 2012
    <traceback object at 2>
    Then it tries to run wlst again, and failed with same information.
    Can anyone help on this issue. Or share some idea about how to investigate into this wlst issue.
    Thanks,
    Frank
    Edited by: FrankWang on 2012-7-27 上午10:16

    Try re-starting admin server by doing:
    1) emctl stop oms -all
    2) Check if any java processes are running from middleware (ps -ef | grep EMGC_ADMINSERVER, ps -ef | grep EMGC_OMS1, ps -ef | grep <MW_HOME>) and kill them using 'kill -9'
    3) emctl start oms
    4) Re-try plug-in deployment
    I think as long as admin server is in FAILED_NOT_RESTARTABLE state, plug-in deployment cannot succeed.

Maybe you are looking for

  • PDF Problem

    Dear All I am Rajesh Arya from New Delhi - India, I have a new nokia e5, My problem is that :- 1. Not able to open password protected PDF file in my E%5. 2. How to make my inbox folder or other massage folder password protected. Please help me b givi

  • Error during deployment of Message Driven Bean

    Environment: WLS 6.1SP3 on Win2K SP2, non-clustered.           I am getting some error (or perhaps warning) during deployment of Message           Driven Bean. Any one seen this before?           This error only comes on a machine with Dual Network c

  • Just loaded Adobe standard 11 but I can't open any pdf files

    Have been using pro trial version, bought standard box product, uninstalled pro, installed standard, now none of my pdf files will open. 

  • I want LR to launch when I connect a CF card

    Hi all, everytime I connect my card reader to my MacBookPro Aperture opens automagically. On my PowerMac it's iPhoto that starts. In both LR installations I checked the "Show import dialog when a memory card is detected" option in the Preferences dia

  • OJ 150 Mobile Printer - disappointment!

    I was fooled by HP! I bought a 150 Mobile Printer OJ when I was traveling to Orlando. I took the printer to Brazil. When I got there, I saw that I was deceived by a criminal propaganda, in my view. I searched the HP website and saw that the model of