Video playback in Oracle 10g , Video JavaBean or playing video from a file

Hi, I am making an online encyclopaedia using Oracle Forms 10g and was wondering whether it is possible to have video playback from files on my computer or on a database.
Is there a way of linking forms at runtime to the file on my harddrive and playing via windows media player?
Or can anyone suggest anything similar such as video javabeans etc.
I am using Windows XP not NT/2000 so intermedia is not an option.
Thanks

Hello there,
In Forms 6, one could use an OLE container which could be populated with an actual Windows Media Player object for video playback. Unfortunately being on 10g means the OLE objects are gone too... the best bet is to find a bean or pluggable java component that minics the functionality. There must be one on the web somewhere if you do a bit of searching!

Similar Messages

  • Where can if find video tutorial of oracle 10g or plsql

    can somebody help me if i am searching for a free video tutorial of oracle 10g or plsql? where can i find these?

    Gul wrote:
    can somebody help me if i am searching for a free video tutorial of oracle 10g or plsql? where can i find these?As salamu alikum,
    Google and youtube is you best friend..
    Can try this..
    iSelfSchooling - Basic Introduction to Forms
    Oracle Forms 10g: Demos, Tips and Techniques
    Oracle Forms Tutorial
    http://docs.oracle.com/html/B14364_01/title.htm
    Hope this helps,

  • Video playback problems: ok in VLC, won't play in quicktime/MPEG streamclip

    Hi,
    I have files made in .mov format in Final Cut Pro. When put on my MacBookPro, they lose their file extension. If I add the extension back on again (or not) they play in VLC. Only the audio will play in MPEG stream clip. I have downloaded perian, and the mpeg-2 extra for Quicktime, but Quicktime will still not play these files.
    VLC file format says: audio files are sowt. The video file is mpgv codec.
    The sad thing is I need to use Transana, a video analysis software, which only works with Quicktime.
    I have checked out lots of forums, but nobody seems to have a good answer for this problem, assuming that the Perian or MPEG slipstream or the Quicktime add-on fill fix it.
    I'd be very, very grateful for any advice.
    Thanks very much

    I didn't but I installed it, then rebooted and yet nothing. The output changed though. Here it is.
    libdvdnav: Using dvdnav version 4.2.1
    libdvdnav: DVD Title: DREAM_THEATER_SCORE_1
    libdvdnav: DVD Serial Number: 44B69C72___MVB__
    libdvdnav: DVD Title (Alternative):
    libdvdnav: Unable to find map file '/home/daniel/.dvdnav/DREAM_THEATER_SCORE_1.map'
    libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1
    libdvdread: Attempting to retrieve all CSS keys
    libdvdread: This can take a _long_ time, please be patient
    libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000131
    libdvdread: Elapsed time 0
    libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x000001ae
    libdvdread: Elapsed time 0
    libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x000442b0
    libdvdread: Elapsed time 0
    libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x003eb949
    libdvdread: Elapsed time 0
    libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x003eb982
    libdvdread: Elapsed time 0
    libdvdread: Found 2 VTS's
    libdvdread: Elapsed time 0
    [0x7eff400009b8] main input error: ES_OUT_RESET_PCR called
    [0x7eff400009b8] main input error: ES_OUT_RESET_PCR called
    [0x7eff400009b8] main input error: ES_OUT_RESET_PCR called
    [0x7eff400009b8] main input error: ES_OUT_RESET_PCR called

  • Video playback still not working right, for any website videos.....

    I have downloaded SilverLight, I have updated Windows, I have unchecked the Acceleration option from Flash Player, yet all videos from any website are still playing slowly. Audio is fine, but not the video. At my wits end, as this was one of the key reasons I downloaded FF in the first place. Please help. I have read and done most if not all of the suggestions so far, so now posting this. Thank you. Craig.

    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''''' {web link}
    While you are in safe mode;
    Press the '''<Alt>''' or '''<F10>''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites and see if there is still a problem. Then restart.

  • Changing video quality of a video sets quality to 240p and cannot continue playing video

    When I am watching a video, in example this one http://www.youtube.com/watch?v=_jKylhJtPmI and trying to change the quality to 720p (from 480p) the video stops and the quality is set to 240p.
    I cannot continue the video in any way except for refreshing the page.
    I am using the HTML5 version of youtube.
    The problem occurs after restarting with addons disabled.
    At chrome, changing the quality works as expected.
    Using Ubuntu 12.10, 64bit

    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Edit > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Edit > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Calling Oracle 10g Stored Proc with Assoc Array from C# VS 2008

    I have the following PL/SQL procedure:
    CREATE OR REPLACE PROCEDURE HMA_ADM.PRC_VDM_SAVDEL_VEN_DOC
    P_OP IN VARCHAR2,
    P_USRID IN TB_VDM_MANAGE_DOCUMENTS.CREATEDBY%TYPE,
    P_DATE IN VARCHAR2, -- HAS TO BE STRING, ELSE WE GET AN ERROR
    P_DOCNAM IN TB_VDM_MANAGE_DOCUMENTS.DOCUMENT_NAME%TYPE,
    P_DOCLNK IN TB_VDM_MANAGE_DOCUMENTS.DOCUMENTLINK%TYPE,
    P_FNGUID IN TB_VDM_MANAGE_DOCUMENTS.FILENET_GUID%TYPE,
    P_DESC IN TB_VDM_MANAGE_DOCUMENTS.DESCRIPTION%TYPE,
    P_REQID IN VARR
    ) IS
    Where VARR is:
    CREATE OR REPLACE TYPE VARR IS TABLE OF INTEGER;
    In C# I have the following code:
    int64[] intReqID;
    OracleCommand cmdVDL = new OracleCommand(DBQueries.SPQRY_SAVDELVENDOC, connDB);
    cmdVDL.CommandType = CommandType.StoredProcedure;
    cmdVDL.Parameters.Add(new OracleParameter("P_OP", strOP));
    cmdVDL.Parameters.Add(new OracleParameter("P_CREATEBY", strUID));
    cmdVDL.Parameters.Add(new OracleParameter("P_CREATEDATE", strDate));
    cmdVDL.Parameters.Add(new OracleParameter("P_DOCNAM", strDocNam));
    cmdVDL.Parameters.Add(new OracleParameter("P_DOCLNK", strURL));
    cmdVDL.Parameters.Add(new OracleParameter("P_FNGUID", strGUID));
    cmdVDL.Parameters.Add(new OracleParameter("P_DESC", strDesc));
    cmdVDL.Parameters.Add(new OracleParameter("P_REQID", OracleDbType.Int64) {
    CollectionType = OracleCollectionType.PLSQLAssociativeArray,
    Size = intReqID.Count(),
    Value = intReqID,
    DbType = DbType.Int64,
    OracleDbType = OracleDbType.Int64
    OracleParameterStatus[] stat = new OracleParameterStatus[intReqID.Count()];
    for (i = 0; i < intReqID.Count(); i++) {
    stat[i] = OracleParameterStatus.Success;
    cmdVDL.Parameters["P_REQID"].ArrayBindStatus = stat;
    cmdVDL.ExecuteNonQuery();
    When I run this I get the following error:
    ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'PRC_VDM_SAVDEL_VEN_DOC'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    If I remove the Associative Array from both, the procedure runs fine.
    What am I doing wrong?

    Additionally,
    1) UDT support requires 11106.20 or higher ODP (but can be used against 10g db)
    2) if the plsql is changeable, you may want to swap it to associative array instead to avoid having to create custom classes for the UDT, and here's a short sweet example.
    Greg
    CREATE or replace PACKAGE MYPACK3 AS
    TYPE numarray is table of number index by BINARY_INTEGER;
    PROCEDURE getempsinarray(thearray IN numarray, numrecs out number);
    END MYPACK3;
    CREATE or replace PACKAGE BODY MYPACK3 AS
    PROCEDURE getempsinarray(thearray IN numarray, numrecs out number)
    IS
    begin
      numrecs :=  thearray.count;
    END getempsinarray;
    END MYPACK3;
    using System;
    using System.Data;
    using Oracle.DataAccess.Client;
    public class indexby
         public static void Main()
          OracleConnection con = new OracleConnection("data source=orcl;user id=scott;password=tiger;");
          con.Open();
          OracleCommand cmd = new OracleCommand("mypack3.getempsinarray", con);
          cmd.CommandType = CommandType.StoredProcedure;
          OracleParameter Param1 = cmd.Parameters.Add("param1", OracleDbType.Int32);
          Param1.Direction = ParameterDirection.Input;
          Param1.CollectionType = OracleCollectionType.PLSQLAssociativeArray;
          Param1.Value = new int[3]{7369,7499, 7521};
          Param1.Size = 3;
          OracleParameter Param2 = cmd.Parameters.Add("param2", OracleDbType.Int32, DBNull.Value, ParameterDirection.Output );
         cmd.ExecuteNonQuery();
         Console.WriteLine("{0} records passed in",Param2.Value);               
          con.Close();
    }

  • Video playback issue with 3rd gen iPod Touch

    Hi all,
    I just recently discovered an issue with my iPod touch 3rd generation video playback. The issue just reared its head today and I have no idea what I could've done to cause it. It's a small issue but frustrating enough to cause a problem.
    If I watch a video normally (by opening up the Videos section and picking it), it'll play through to the end, then start over again, then stop. This only happens if I choose videos randomly, and doesn't happen if I play videos in a playlist.
    What could be the issue?

    I'll second that. I've been having the same problem since the last software update

  • Slow/unresponsive video playback, media pending, after CC'14 October update

    Encountering a strange issue after the October update. It's a project carried over from the previous CC'14 version, nothing crazy, about an 18 minute timeline of video/.mov clips straight off a JVC GY-HM600U with simple RGB curves/masks on some clips, some Prores422 clips of graphics exported out of After Effects, a couple nested sequences featuring simple text w/ cross dissolves, and a lower 3rd Quicktime with RGB+Alpha. There are some linked AE comps in the project but not in the sequence. Ran fine before update. Here's my system, obviously no CUDA so Mercury Playback is software only:
    Upon opening the project everything is fine, playback is smooth, scrubbing from beginning to end no problem. After a period of time, 10-15 minutes? Suddenly video playback hangs up, with audio continuing to play after . Opening a clip in the Source window displays the Media Pending thumbnail, after 15 seconds it seems to find the media but again it's only a still frame with video hanging up. Then audio seems to hang up and I can't do anything. I can still manipulate the UI but scrubbing through the timeline is completely unresponsive, pressing play does nothing.
    Quitting the program seems to freeze it, the window closes but it stays lit up in my dock and shows Application Not Responding, causing me to force quit.
    A system reboot yesterday seemed to clear the issue up for the remainder of the work day but it's back today. Not sure where the issue is coming from, but seems like some kind of memory leak or something similar since it seems to be a gradual degradation in performance. I'll have to roll back to a previous version to finish up this project until things are fixed.

    Hello,
    Many thanks for your very long reply and your interest in my problems.
    I shall try to answer you :
    - 1) OS :  Windows 7 64 bits Pro SP1, french,
                     Version : 6.1.7601.18247 (Win7RTM)
                     Framework.NET : 4.0.30319.18408 built by : FX451RTMGREL)
                     DirectX : 11.0,
                     OpenGL : 6.1.7600.16385 (Win7_rtm.090713-1255).
    - 2) Yes the media pending goes away but after a couple of minutes (one
    year ago I was using PP CS6 and Encore CS6, I never had this problem
    even with very long files),
    - 3) Yes my GPU driver is updated (Nvidia GeForce 332.21 dated 12/19/2014).
    I never had thiese problems with PP CS6 + Encore CS6 and my projects
    built with these PP ans Encore version were with the same structure and
    length (in PP CS6 : sequences up to 45 minutes, in Encore CS6 chapters
    up to the same time).
    The difference between are in my hardware :
    - the RAM was upgraded from 12 GB to 24 GB,
    - the CPU was overclocked from 3,2 GHz (default) to 3,88 GHz).
    - 4) I shall try up to the disk burn to check if the problem is just due
    to display of "animated buttons".
    I hope my answer will be usefull for you.
    Regards,
    Jacques Gourier.
    Le 11/02/2014 19:53, Stan Jones a écrit :
    >
          Re: Media pending with Encore CS6
    created by Stan Jones <http://forums.adobe.com/people/Stan+Jones> in
    /Encore/ - View the full discussion
    <http://forums.adobe.com/message/6110278#6110278

  • OS X 10.8 video playback issues

    since upgrading to OS X 10.8 I have several video playback issues.
    I have a lot of videos ripped to my Drobo NAS, connected bij FW 800 to my MacMini (4 GB, 2009). Until recently, playback was smooth, either with VLC or DVD Player.
    Since upgrading to OS X 10.8, DVD Player is not playing VIDEO_TS folders anymore, all I get is a chequered screen. This is also happening on my MacBookPro and my iMac i7, so this is not a specific hardware issue.
    After upgrading to OS X 10.8.2, videos are playing back jerky and audio is out of sync in VLC and QuickTime.
    Since I have 10,000+ videos in my library, this is absolutely unacceptable
    I tried reinstalling OS 10.8, and trashing the prefs, but to no avail.
    please help.

    Are you running the latest version of VLC player?
               http://www.videolan.org/vlc/download-macosx.html
    Hope this helps

  • Controlling Speed of audio and video playback ?

    Hi!
    I would like to know if there is (or will be) a way with
    upcoming Flash CS4 or even with Adobe Flash Player 10 capabilities
    (or even with Adobe Pixel Bender) to control the speed of an audio
    or video playback.
    For example being able to play some sound slower or faster
    and even adjusting audio pitch (and other audio filtering).
    It's been a while that I've been looking for this (back to
    Flash Player 6 when Flash was part of Macromedia) and with all
    progress achieved since then I hope there is some accelerate and
    decelerate feature now.
    Please let me know about it.

    More information needed for someone to help... click these links and provide the requested information
    -http://forums.adobe.com/message/4200840
    -http://forums.adobe.com/thread/416679
    -http://forums.adobe.com/thread/419406
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037
    Report back with the codec details of your file, use the programs below... a screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30
    For PC http://mediainfo.sourceforge.net/en or http://www.headbands.com/gspot/
    http://blogs.adobe.com/premiereprotraining/2011/02/red-yellow-and-green-render-bars.html
    If you have a red line over the timeline after importing a video and before adding any effects... your project is wrong for your video... read above about codecs
    Once you know exactly what it is you are editing, report back with that information... and your project setting, and if there is a red line above the video in the timeline, which indicates a mismatch between video and project
    Also, H.264 will NOT work inside an AVI wrapper http://forums.adobe.com/thread/854115

  • Issues with video playback

    Seem to be having quite a few difficulties with video playback in apps, it seems often once a video has played once it doesn't want to play again.
    Can anybody explain why this is happening please?

    I am having the same problem. I load a video on to my IPad. If I watch part of the video and then stop, it will not loud the video portion again. When I launch it, I hear the audio, but no picture. Just black screen. If I then unload the video file, reload it...it will work, but again only the first time. Just started happening. Not an issue with encoding as for the first 3 months I never had a single problem with any of these. Also, happens whether I load the video on my IPad or watch it streaming with AirVideo.
    Any answers?

  • Itunes has detected a problem with your audio configuration Audio/Video playback may not operate properly

    I cant copy the music from itune library to iphone. Message "itunes has detected a problem with your audio configuration Audio/Video playback may not operate properly" I unistalled the itune from the pc and download the itune again but still same message come up.

    I'm having the same problem.  I have downloaded Itunes again but still the same problem.

  • Video Tutorials of Oracle

    hi,
    is it ok to create video tutorials of oracle sql and pl/sql and give it out for free or maybe sell it? will i not break any terms or agreement from oracle?
    just wanna be sure. =)
    thanks.

    hi,
    i think you misunderstood.
    i'm not looking for video tutorials of oracle. i'm asking if creating video tutorials of oracle will require some sort of licensing or is it free whether i intend to sell them or not?
    thanks.

  • Magic mouse messing with video playback

    Hi,
    I have a really REALLY annoying problem which i can't remember ever happening until a few days ago.
    If i'm watching any sort of video on youtube for example, as soon as i use the magic mouse 1 finger up/down swipe gesture to scroll the page up or down it starts interfering with the video playback, as if its trying to scroll the video. the video trys to scroll forwards/back then just stops/crashes.
    Any ideas as this didn't happen before.
    Thanks

    no definitely not pressing any other buttons, but soon as i swipe down/up on mouse it starts messing up the video

  • Video Playback ISSUE WITH VISTA!!!!  NEEDED HELP BADLY!!!!!!!

    I am using a Dell XPS GEN 5 PC with Windows Vista Premium Edition as the current OS installed. I have latested up date for Itunes and QuickTime (7.1.6) Installed. I have recently bought and downloaded 3 of the Original Star Trek Tv Shows from Itunes. When I try and play one of them, they don't work. The Screen comes up, the show starts, then stops. Sometimes the sound keeps on playing, and then stops. Sometimes it just dosent even come on. I'm guessing (as a highly advanced Windows PC User) That this ia a "video/playback issue, related to a Apple/Vista Compatibility problem. I would like help solving this problem.
    -Nick.

    Do you have a SATA hard drive? I have the same problem you describe when trying to play videos in iTunes. Do the previews of music videos on the iTunes web site play OK? If they do you probably have the same problem with SATA HD and iTunes incompatibility. Not sure who is going to fix that problem and when. I have found one fix that worked for me. Copy your video(s) to a flash drive and then play them from there. It's a workaround and you shouldn't have to do it but it does allow you to watch the videos.

Maybe you are looking for

  • Reg BAPI to be used for cancellation of GI/GR

    Dear Experts, The requirement at our client side is , Through control recipe messages process order numbers and material details are sent to MES system and the Goods issue, confirmation and Goods receipts are taking place in MES and data is transferr

  • Tables in RoboHelp's printed documentation

    Hi, I am trying to figure out if I can somehow tag tables in RoboHelp to ensure they are not split into two different pages. I'm working with RoboHelp7. RoboHelp will put a page break between two rows, so I'll have half a table on one page of the pdf

  • Trouble between Lumia 800 and nokia ac-10e charger

    Hi,  I haven't got no more the original charger that was in the nokia lumia 800 box and I bought an original nokia ac-10e charger. All was ok until I made the update 7.10 (8170) yesterday. If I put on the charger the phone will charge for 1-2 minutes

  • How to download DNL reader?

    Hi guys, I hope someone can help me with this. For a course I need to open .dnl files in the DNL Reader. I tried to download the DNL reader from desktopauthor.com to my Macbook Air. I downloaded X11, the fonts and Wine (this is required, as it says o

  • Stop auto launch apeture, stop auto launch apeture

    how do i stop the auto launch apeture when plugging in iphone?