Running rman with virtual tape speed too low(500KB/s approx)

Hey guys, I run rman with mhvtl. but the backup speed is too low(500kB/s).
the mhvtl debugging prints indicate that the block size is 64kB and the scsi command is running synchronous.
does any one know how to speed up this backup operation?<smiley image='anim_crazy.gif'/>
Thanks.
<b>my system:</b>
linux kernel 2.6.18
mhvtl 0.18.17
oracle10
obtool 10.2
<b>rman configure:</b>
RMAN> show all;
using target database control file instead of recovery catalog
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup1/ctl_%F';
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
CONFIGURE DEVICE TYPE 'SBT_TAPE' BACKUP TYPE TO BACKUPSET PARALLELISM 1;
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT '/backup1/backup_%U';
CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT '/backup2/backup_%U';
CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' MAXOPENFILES 1 PARMS '';
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/home/oracle/oracle/product/10.2.0/db_1/dbs/snapcf_orcl.f'; # default

skoczo wrote:What services could i disable?
anything you don't need at startup.
If you disable systemd service from startup, you will lose some kind of functionality, and you should try to figure out yourself whether you need that functionality of not.
If you use pulseaudio (I assume you do, since it looks like you're using gnome), you can safely disable alsa-restore.service and alsa-store.service, as pulseaudio will restore audio levels by itself.
I've masked systemd-vconsole-setup.service myself (disabling isn't enought), since I rarely use virtual console on ttys. I don't have correct keymap on ttys but that's not a big deal for me.
I don't think you need all those @backlight services either. I've personally masked all but one on my system.
e4rat will most likely reduce your start up time greatly, although it's a bit of a hassle to set up.
systemd-readahead might also help, but you should test it for yourself.
I'm also thinking you could probably optimize your initramfs a bit, as 11s is quite long for loading kernel. At least make sure you have 'autodetect' hook enabled in mkinitcpio.conf.
Also you can use lz4hc for compressing initramfs (COMPRESSION="lz4" and COMPRESSION_OPTIONS="-9" in mkinitcpio.conf), which should be faster on decompression than other algorithms.
There are some more tips in arch wiki, if you didn't check it out already

Similar Messages

  • Integration of RMAN with virtual tape library

    OS: Oracle Linux 5.5 UEK (Virtualbox)
    Oracle: 11gR2 11.2.0.1 Enterprise + ASM (Virtualbox)
    Hello,
    I would like to test something about RMAN and writing directly to tape. For this I installed mhvtl, a virtual tape library. The installation was pretty easy. http://sites.google.com/site/linuxvtl2/
    RMAN does not recognize any tape in the system.
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    What I found out is that in order to make backups to a media manager, RMAN must communicate with a media management library, which is a 3rd party library that is not supplied by Oracle. So I guess unless there is a Oracle MML library available for mtx I' out of luck here.
    Any ideas? Thanks!
    rpm -ivh mhvtl-0.18-13.x86_64.rpm
    rpm -ivh mhvtl-0.18-13.src.rpm
    cd /usr/src/redhat/SOURCES/
    tar zxvf ../SOURCES/mhvtl-2011-01-11.tgz
    cd mhvtl-0.18/kernel
    make
    make install
    /etc/init.d/mhvtl start
    yum install mtx
    The tape library and using it for backup from system seems to work fine:
    # mtx status
    Storage Changer /dev/changer:4 Drives, 43 Slots ( 4 Import/Export )
    Data Transfer Element 0:Full (Storage Element 1 Loaded):VolumeTag = E03001L4
    etc.
    # mtx load 1
    Drive 0 Full (Storage Element 1 loaded)
    # tar cf /dev/ntape ./
    # tar tvf /dev/ntape
    Edited by: Dude on Jan 20, 2011 5:22 PM

    Thanks for the tip!
    I installed Oracle Secure Backup Express and spend all afternoon with this strange product, mainly to troubleshoot the installation and setup. I'm not really sure everything works - it's quite a piece of software, as usual.
    I ran into a couple of issues that were not mentioned in the installation documentation:
    - install sg3_utils
    - use obtool to register the server as mediaserver
    # sg_map -i -x
    /dev/sg9 3 0 1 0 1 /dev/nst0 IBM ULT3580-TD5 550V
    /dev/sg10 3 0 2 0 1 /dev/nst1 IBM ULT3580-TD5 550V
    /dev/sg11 3 0 3 0 1 /dev/nst2 IBM ULT3580-TD4 550V
    /dev/sg12 3 0 4 0 1 /dev/nst3 IBM ULT3580-TD4 550V
    /dev/sg13 3 0 9 0 1 /dev/nst4 IBM ULT3580-TD4 550V
    /dev/sg14 3 0 10 0 1 /dev/nst5 IBM ULT3580-TD4 550V
    /dev/sg15 3 0 11 0 1 /dev/nst6 IBM ULT3580-TD4 550V
    /dev/sg16 3 0 12 0 1 /dev/nst7 IBM ULT3580-TD4 550V
    /dev/sg17 3 0 0 0 8 STK L700 550V
    /dev/sg18 3 0 8 0 8 SPECTRA PYTHON 550V
    # obtool
    ob> chhost --addrole mediaserver ol55
    ob> mkdev -t library -o -a ol55:/dev/sg18 library1
    ob> mkdev -t tape -o -a ol55:/dev/sg9 -l library1 -d 1 tape1
    RMAN was not happy with it:
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27023: skgfqsbi: media manager protocol error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_connect: Internal error - could not connect to obproxyd (Oracle Secure Backup error: 'bad port name specified (OB SBT proxy manager)').
    # cat /usr/tmp/obproxyd.log
    2011/01/23.02:11:10 [5431] can't set root privileges; continuing anyway - program isn't stamped setuid-root (OB utilities)
    2011/01/23.02:11:10 [5431] can't listen for connections - Operation not permitted
    Document ID 396046.1 solution outlines to correct the hostname or mediaserver name. However, this was not the problem. I finally figured that /etc/obproxyd is a symlink to a .wrapper script which points to the actual proxy application. The fix was:
    #chmod +s /usr/local/oracle/backup/.etc.linux86_64obproxyd
    After this the error changed:
    RMAN-03009: failure of backup command on ORA_SBT_TAPE_1 channel at 01/23/2011 02:43:36
    ORA-19506: failed to create sequential file, name="3cm2q2an_1_1", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_cat_query: Query for piece 3cm2q2an_1_1 failed.
    (Oracle Secure Backup error: 'no preauth config found for OS user (OB tools) oracle').
    The fix for this error:
    https://10.0.0.6, login as 'admin'
    Configure->Users->Select Admin->Edit->Preauthorized Access->Add user 'Oracle' (select host and rman)
    RMAN> backup database;
    Starting backup at 23-JAN-11
    using channel ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: starting full datafile backup set
    channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
    input datafile file number=00001 name=/scratch/oradata/test/system01.dbf
    input datafile file number=00002 name=/scratch/oradata/test/sysaux01.dbf
    input datafile file number=00003 name=/scratch/oradata/test/undotbs01.dbf
    input datafile file number=00005 name=/scratch/oradata/test/users02.dbf
    input datafile file number=00004 name=/scratch/oradata/test/users01.dbf
    channel ORA_SBT_TAPE_1: starting piece 1 at 23-JAN-11
    Now it just sits there forever and the log just keeps adding the following lines:
    # cat obproxyd.log
    2011/01/23.03:00:31 [5662] handle_qsp_msg: received get job state request
    2011/01/23.03:00:31 [5662] job id 'admin/5.1'
    Strange, backup to tape with 'mtx' and 'tar' works, so the problem might be OSB.
    Edited by: Dude on Jan 22, 2011 8:32 PM
    I finally got it running. I deleted the current library and drive configuration and used the webtool to configure the other library at /dev/sg17. it was also necessary to use the webtool to load a volume into the drive. Unfortunately I did not note down the steps in details. Maybe next time.
    channel ORA_SBT_TAPE_1: starting piece 1 at 23-JAN-11
    channel ORA_SBT_TAPE_1: finished piece 1 at 23-JAN-11
    piece handle=3im2qc42_1_1 tag=TAG20110123T053042 comment=API Version 2.0,MMS Version 10.2.0.3
    channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:03:26
    Finished backup at 23-JAN-11
    Starting Control File and SPFILE Autobackup at 23-JAN-11
    piece handle=c-2036659790-20110123-00 comment=API Version 2.0,MMS Version 10.2.0.3
    Finished Control File and SPFILE Autobackup at 23-JAN-11

  • Firefox repeatedly tells me my virtual memory is too low.

    I frequently receive a message from Firefox stating that my virtual memory is too low and that you will add to this memory. I also get a message informing me that Firefox is not responding so I re-boot this works but it happens repeatedly.

    The firefox is consuming too much memory! With one tab, is using 351kb! How to fix this?
    Ah, I checked my virtual memory and it is more than 1GB...
    What I can do?

  • My sister had a problem with call volume being too low on the iPhone 5S.  Is the iPhone 6 louder?  Is anyone else feeling that call volume on iPhone 5S isn't loud enough?

    My sister had a problem with call volume being too low on the iPhone 5S.  Is the iPhone 6 louder?  Is anyone else feeling that call volume on iPhone 5S isn't loud enough?

    I personally haven't experienced much of the "reverberation/feedback" when using a headset on the i4S...
    Yes, I have near-perfect hearing too (for scope, squeaky brakes hurt my ears) I come from many conversations on many phones and types and first off, CDMA technology is great for coverage, terrible for voice quality. HD Voice in Europe made for some of the best phone conversations I've ever had.
    Back on track, feedback is most noticable (similar to the landline phone) when using the iPhone without a headset, but for me it's not an absolute criticality mainly because I use VoIP apps alot, so maybe it has desensitized me some over the past year.
    But whenever I'm on a call, and the other person has me on speakerphone, I have alot of trouble talking because of the feedback loop caused. So the less of my voice I hear the better I can talk.
    Have you tried a bluetooth headset yet?

  • My virtual memory is too low.how can i increase it?

    when playing Cityville,I sometimes receive a message saying that my virtual memory is too low.What can be done to correct this?

    You can check the Virtual Memory settings here: Control Panel > System > Advanced > Performance > Settings (Advanced tab)<br />
    Windows can manage more memory then is physical available and that memory is stored in a page file on your hard drive.<br />
    If the size of that file is not large enough and all available memory is in use then you get the Virtual Memory is low warning.<br />
    Make sure that you have at least 1 GB or the recommended setting for the Virtual Memory.<br />
    If you have less than 1 GB physical memory installed on your computer then if possible add more memory.<br />
    * http://support.microsoft.com/kb/555223 - RAM, Virtual Memory, Pagefile and all that stuff
    * http://en.wikipedia.org/wiki/Virtual_memory

  • How to run rman with cron under RHEL3?

    I am exhausted with all my options and knowledge with this. Tried 2 days with all possibilities, but failed. I have a Oracle 10g r2 (10.2.0.2) on a RHEL3 box. I wrote an orabackup.sh file as
    rman target sys/pw@backup nocatalog <<EOF
    run
    { backup as backupset incremental level 1 cumulative device type disk tag 'Thu_full_bkup%LEVEL_1'  database;
    recover copy of database;
    backup device type disk tag 'Thu_full_bkup%LEVEL_1' archivelog all not backed up;
    delete noprompt obsolete device type disk;
    exit
    EOF
    I have tried this with cron (crontab) under both oracle and root env with $PATH containing the $ORACLE_HOME/bin as the first. The cron job under the crontab is as
    44 17 * * * "/home/oracle/orabackup.sh >> /home/oracle/rmanbk.log 2>&1". And it kept returning with either "RMAN: command not found" or the "/bin/sh: line 1: /home/oracle/orabackup.sh >> /home/oracle/rmanbk.log 2>&1: No such file or directory". I had included su - oracle -c in the either script or cron job with or without quote, but result the same error. Does not matter the cron phrase was /home/oracle or without it. Some sites suggested to enter the #!/bin/sh as the first line of the script, tried that and failed too. So what exact I should phrase both the script and cron to let it run automatically. I could run the script manually under either oracle and root env.

    I'll try to rephrase. There are (at least) three cases:
    1. When you login with a terminal (e.g. with telnet, ssh) then the file ".bash_profile" is run automatically if your default shell is bash (check $SHELL to verify). In this case your personally-configured $PATH will be known with no effort on your side.
    2. When a script is run by cron through crontab, then no login script is run automatically. In that case, you need to explicitly tell the script to run your login script, i.e. ".bash_profile". Otherwise, $PATH will not include $ORACLE_HOME/bin.
    3. This case was not discussed before in this thread: When cron runs a job following "at" or "batch" commands, then the job will know all exported variables that were defined in the executing session. This shows that running a script with "at" is not a sufficient test before letting it run through crontab.
    I may have not been perfectly correct here. It's best if you read the manuals for "bash", "at", and "cron" to know all about the subject.

  • Re: Strange problem with broadband. Speed very low...

    What is going on with my BT Broadband speed...?
    Download 0.25 Mbs and up load of 0.09 mbs..
    This just can't be right...?
    Frustrated subscriber..  Glenn :-(

    I moved you post to start a new thread as previous one was marked as solved by originator
    welcome to the BT community forum where customers help customers and only BT employees are the forum mods
    in order for the forum members to help please can you post the adsl stats from your router may need to 'show detail' to get all stats (if hub enter 192.168.1.254 in your browser and navigate to adsl or use a-z, if netgear enter 192.168.0.1) and run  btspeedtester  (MAC users may have problems). when first test completes then run diagnostic test and post the results .
    are you connected directly via a filter to the NTE5 master or test socket or to somewhere else? Is the master the only phone socket in your home?
    Have you tried the quiet line test? - dial 17070 option 2 - should hear nothing - best done with a corded phone. if cordless phone you may hear a 'dull hum' which is normal
    Someone may then be able to offer help/assistance/suggestions to your problem
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Strange problem with broadband. Speed very low.

    Hi all,
    From last Friday I encountered really big problems with my broadband as the speed go dramatically down. I don't know what may be the reason, I'm using HomeHub and between it and computers in my household everything is fine. I haven't heard about any fixes round Aberdeen so have completely no clue what is going on. 
    Do you have any clue what can cause the problem, for more than 3 years everything was just great. Maybe my HomeHub is old and faulty, it is the 1st gen, white one.
    I post speedtest results and ADSL info:
     Download speedachieved during the test was - 134 Kbps
     For your connection, the acceptable range of speedsis 4000-21000 Kbps.
     Additional Information:
     Your DSL Connection Rate :18761 Kbps(DOWN-STREAM), 888 Kbps(UP-STREAM)
     IP Profile for your line is - 16000 Kbps
    The throughput of Best Efforts (BE) classes achieved during the test is - 0.0:75.22:25.5 (SBE:NBEBE)
    These figures represent the ratio while sententiously passing Sub BE, Normal BE and Priority BE marked traffic.
    The results of this test will vary depending on the way your ISP has decided to use these traffic classes. 
    Upload speed achieved during the test was - 692 Kbps
     Additional Information:
     Upstream Rate IP profile on your line is - 888 Kbps
    DSL Connection
    Link Information
    Uptime:
    3 days, 22:26:20
    Modulation:
    G.992.5 annex A
    Bandwidth (Up/Down) [kbps/kbps]:
    888 / 18,762
    Data Transferred (Sent/Received) [MB/GB]:
    350.53 / 4.65
    Output Power (Up/Down) [dBm]:
    11.5 / 0.0
    Line Attenuation (Up/Down) [dB]:
    4.5 / 14.0
    SN Margin (Up/Down) [dB]:
    15.0 / 5.0
    Vendor ID (Local/Remote):
    TMMB / IFTN
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    Loss of Link (Remote):
    0
    Error Seconds (Local/Remote):
    0 / 0
    FEC Errors (Up/Down):
    0 / 246,017
    CRC Errors (Up/Down):
    0 / 46
    HEC Errors (Up/Down):
    0 / 39
    Line Profile:
    Fast
    Solved!
    Go to Solution.

    Update.
    First, do you always get reply from MODS? Today my connection dropped and after a while it was on again, I found my SN Margin reset to 6.5 and better bandwith 1205 / 19832 but the speed didn't improve at all. It is 24h since I've sent notice to MODS and I will wait another 24h before contacting them again. What really worries me is FEC Errors field in my ADSL Line details. Last time after 4 days it was 245'000, now after 6 hours I have more than 750'000. Is that normal after connection drop? I've checked speed using this speedcheck provided and my profile is still the same, 16000kbs
    UPDATE:: 40 minutes past, 35 MB more dowloaded and 100'000 FEC Errors more :/ 
    I paste details below:
    DSL Connection
    Link Information
    Uptime:
    0 days, 6:01:26
    Modulation:
    G.992.5 annex A
    Bandwidth (Up/Down) [kbps/kbps]:
    1,205 / 19,832
    Data Transferred (Sent/Received) [MB/MB]:
    38.53 / 275.66
    Output Power (Up/Down) [dBm]:
    12.0 / 0.0
    Line Attenuation (Up/Down) [dB]:
    4.5 / 14.0
    SN Margin (Up/Down) [dB]:
    6.5 / 4.0
    Vendor ID (Local/Remote):
    TMMB / IFTN
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    1 / 0
    Loss of Power (Local/Remote):
    0 / 0
    Loss of Link (Remote):
    0
    Error Seconds (Local/Remote):
    1 / 0
    FEC Errors (Up/Down):
    0 / 769,697
    CRC Errors (Up/Down):
    0 / 8
    HEC Errors (Up/Down):
    0 / 5
    Line Profile:
    Fast

  • Using a MV220 22" monitor with a MacBook - resolution too low?

    I just got a 22" Hyvision/Megavision MV220 external monitor for use with my MacBook. I've got the Apple Mini-DVI to DVI connector going into a DVI cable into the monitor.
    The monitor says it can do 1680x1050, but when I try to use it, the Displays system preference pane is only showing me a maximum of 1280x960.
    I've looked at the Displays pane as well as the options on the monitor, and don't see any way to enable the higher resolution. Any thoughts?

    A friend ran into this yesterday - he was all paniced over it, since I'd assured him the Dell 22" would be great with MacBook.
    The thing he was missing was to unselect 'mirror displays' (in displays preferences, under arrangement). Then you can set each display to its own native resolution. When mirrored, you're limited to the resolution of the lesser of the two displays.
    Quad G5, PB 15" 1.5Ghz,MacBook 2.0GhzCore2Duo   Mac OS X (10.4.10)   Logic Pro 7.2.3, Focusrite Saffire...

  • How to Create Virtual Tape Library for RHEL 5.4

    Hi,
    We are planning to use a tape library (well, as our team proposed) so we are trying to create a Virtual Tape Library as a proof of concept on this project. Can you help us create virtual tape libraries using raw devices.
    We will be using Virtual Box as our virtualization environment which will run RHEL 5.4. Will this be possible?
    Thanks and hope you can give us some ideas.

    I tried the exact same setup and it is possible. What you will need is mhvtl and Oracle OSB to get a Oracle Media Management Library (MML).
    Please see Integration of RMAN with virtual tape library
    The link above should provide the setup info you will need. There were some initial problems, but according to follow up posts later versions of the products seem to have fixed the issues with tape handling.

  • AG2712A microphone is too low

    I've got 2nd AG2712A and it has the same issue with microphone volume being too low. Tried changing all the settings I could and no luck. Any idea?

    Still an issue even after an upgrade and considering that I tried 2 PCs with the same issue, it might be manufacturing defect.

  • Running a presentation via VGA out with Firefox/Safari open. When I hit 'esc' to come out of slideshow, monitor stated resolution too low. Now Safari and Firefox browsers are still open, but I can't see the browser window on either. Ideas?

    Running a presentation via VGA out with Firefox/Safari open. When I hit 'esc' to come out of slideshow, monitor stated resolution too low. Now Safari and Firefox browsers are still open, but I can't see the browser window on either. Ideas?

    If you use Lion, go to Applications/ Mission Control and, if you have more Desktops, as attached, it means you have more, and you must select the one you need for a certain app. If default settings has not changed, this is Control with left / right arrow
    If in Snow Leopard and earlier, you have these settings in System Preferences only. In Lion, you also have some settings in Sys Prefs.

  • The sample rate in my code is too low. Is there a way to make it run faster?

    Dear Sir,
        I am a LabVIEW customer, and just have a question about LabVIEW.
        We are running a code of "Wirebonder Project", but find the sample rate is too low. I'm wondering if there is a way to make it run faster. (I have
    attached the code here.)
        Thank you very much!
    Yours Sincerely,
    Xian Zhang
    Attachments:
    Wirebonder_Project_Code.zip ‏169 KB

    Hi Xian,
    What system are you running this code on and are you using the LabVIEW Real-Time Module? There is a presentation online on Optimizing and Benchmarking Real-Time code with useful related links as well as other articles in the DevZone on things like Benchmarking an Application Using LabVIW Real-Time and DAQmx.
    As you can see, this is not a simple question, so take a look at the information in these links and see if you can narrow down what in your code is running slowly and how much you might be able to improve the speed.
    Regards,Stephen S.
    National Instruments
    Applications Engineering

  • Audio volume too low on Pavilion 15-p027tx with beatsaudio

    The laptop comes with a beatsaudio system.
    Even though the volme is at its maximum it is still too low.
    I have tried Playback Devices>Speaker>Properties> and then the enhancements tab is missing so i cannot alter loudness equalization.
    Please help.
    This question was solved.
    View Solution.

    Hi @MayurJoshi ,
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your  HP Pavilion 15-p027tx Notebook and playing sound too low. Here is a document on troubleshooting sound.
    Please make sure your updates have been done on the Notebook. In the device manager under sound right click and update the driver. Here is another step to try.
    1. Right click the Speaker icon in the bottom right corner by your time.
    2. Click Playback Devices.
    3. Click Speakers/Headphones.
    4. Click Properties.
    5. Click the Advanced tab on the Properties window.
    6. Change the Default Format drop-down to the highest quality.
    7. Apply the properties.
    8. Click OK to close the properties window.
    9. Click OK to close the Playback Devices.
    What browser are you using? I would check to make sure the browser is up to date.
    Does this happen when playing a DVD or CD?
    Make sure you do not have other things running in the back ground when a video is playing as open browser Windows do effect the streaming.
    Hope this helps you with the sound.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • When I try to run a form I get a message of Jinitiator version too Low

    I've run my first form of Oracle Forms on google chrome but I get the following message:
    "FRM-92095; Oracle Jinitiator Version too Low. Please install version 1.1.8.2 or higher"
    I can't understand.
    From the control pannel of Windows XP I see "Jinitiator 1.3.1.22"
    I use Forms 10.1.2 on Oracle vers. 10gXE
    Thanks in advance!

    The Oracle Jinitiator is not compatible with modern browsers. In fact, Oracle has discontinued Jinitiator and no longer supports it's use. Michael is right, you should install the latest Java 6 runtime (JRE 1.6.0_33) and use it instead of Jinitiator.
    Since Oracle Forms 10g defaults to using the Jinitiator, you will need to modify your configuration to tell the Forms to use the JRE Plug-In (JPI) instead of Jinitiator. Take a look at Oracle 10gR2 Forms Services – Using Sun's Java Plug-in for information on how to update your configuration to use the JPI.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

Maybe you are looking for