NLS setting chnage Issue

Hi
I did the following steps to change the session parameter. Even though I got the same results after doing so.
Any suggestions....
DB - 10gR2 on vista
SELECT * FROM nls_session_parameters  --> DD.MM.YYYY HH24:MI:SS
SELECT SYSDATE FROM dual  -->  21-Nov-2009 11:26:11
ALTER SESSION SET nls_date_format = 'DD.MM.YYYY HH24:MI:SS';
SELECT * FROM nls_session_parameters --> MM.DD.YYYY HH24:MI:SS
SELECT SYSDATE FROM dual   --> 21-Nov-2009 11:26:11rgds
shabar

Hi,
For me its working on 10GXE on XP.
SQL> select sysdate from dual;
SYSDATE
23.11.2009 04:56:53
SQL>  alter session set nls_date_format ='MM.DD.YYYY HH24:MI:SS';
Session altered.
SQL> select sysdate from dual;
SYSDATE
11.23.2009 04:57:50
SQL>Regards,

Similar Messages

  • What is the different with the NLS setting in installation

    I mean,
    1.when I install the Oracle, set the native LANG to one(call it A), and client access it with the NLS set to another(call it B), what the different between if I install it with B directly? the client can get same result, isn't it?
    2.For I upgrade a Oracle7 to oracle8i, the NLS keep unchanged(ASCII), both the server and the Client(developed with developer2000) runs OK. But I need exchange data with another Oracle8, whose NLS is different(ZHKGB2312,I forget it). when I upgraded the server(change to the same one,zhkgb2312), the original table size changed from 6 to 12, so the client can not run correctly.
    Did anybody meet the same thing? and any advice for me to solve this problem?

    >>when I install the Oracle, set the native LANG to one(call it A),
    You mean your database was created using character set A ?
    >>and client access it with the NLS set to another(call it B)
    You mean your client NLS_LANG character set is B ?
    what the different between if I install it with B directly? the client can get same result, isn't it?
    From reading your 2nd question, I am guessing that you have Chinese data in both of your USA7ASCII and ZHKGB2312 database, and you want to exchange data between them. I am sure that this is working for all your English ASCII data, but not for the Chinese 2 byte data. This is because Oracle handles the character set conversions between the databases (character set conversion occurs only when the 2 character sets are different),the real problem is that you are using the wrong database character set to store your chinese data; US7ASCII can not process Chinese data correctly, they got into your database because you set the client character set to be the same as the database character set, hence you are fooling Oracle that you are feeding in US7ASCII data.
    When you try to exchange data between databases, Oracle does not know how to receive or send these Chinese character from inside an US7ASCII database, it does not know what character set these 8 bit characters are encoded in, US7ASCII should contain 128 characters only.
    Please refer to the Globalization Support FAQ - on the Globalization Support website http://technet.oracle.com/tech/globalization/content.html
    for more information on Database character set and NLS_LANG client character set.

  • NLS setting with class4 JDBC thin driver

    Hi,
    we have a NLS setting for defining the charset which we need for compatibility setting in our system. The problem is that we have a default behaviour with that setting that works well using the SQLPlus command line tool. The JDBC driver seems to ignore the NLS settings.
    Is there a way to tell the driver to read out the DB NLS settings?
    Maybe is there a way to tell the driver by argument the NLS setting?
    It would be best not to have code changes as we do compile the source against multiple databases wich would be a problem for Oracle!
    Thanks!

    Hi,
    we have a NLS setting for defining the charset which we need for compatibility setting in our system. The problem is that we have a default behaviour with that setting that works well using the SQLPlus command line tool. The JDBC driver seems to ignore the NLS settings.
    Is there a way to tell the driver to read out the DB NLS settings?
    Maybe is there a way to tell the driver by argument the NLS setting?
    It would be best not to have code changes as we do compile the source against multiple databases wich would be a problem for Oracle!
    Thanks!

  • SET access issue while connecting to MQ explorer from OSB.

    Hi,
    Could some one please advice, why OSB is expectign the SET access must be enabled while connecting to the MQ manager, which is not allowed in the non-dev regions.
    ----- amqzfubx.c : 594 --------------------------------------------------------
    09/26/12 11:30:41 - Process(7899.11289) User(mqm) Program(amqzlaa0_nd)
    Host(mqhmts2)
    AMQ8077: Entity 'mqalsb ' has insufficient authority to access object
    XXX.SEU.MEM1.POSTTRADE.REQ'.
    EXPLANATION:
    The specified entity is not authorized to access the required object. The
    following requested permissions are unauthorized: set
    ACTION:
    Ensure that the correct level of authority has been set for this entity against
    the required object, or ensure that the entity is a member of a privileged
    group.
    Here our requireemnt is we have 100 members which are posting the messages through OSb to the external partners, for this in OSB we have used Topic/Subscription model, where it uses RFH2 header to get the particular memebr name like MEM1- MEM100. So for thsi we have used MQ protocol to fectch the Topic string value where MEM1 to MEM100 are configured to the topic string.
    But we are seeing the above erros when deployed to non-dev regions.
    Could you please advice is there any settign we can chaneg in OSB while configuring the MQ details.
    IN OSB we have configured the MQ copnnection details as below.
    Connection Type mqTcpModeType
    MQ Host Name xxx.unix.lch.com
    MQ Port Number 1234
    MQ Queue Manager Name XXX.ALSB.YYY
    Queue Manager CCSID
    MQ Queue Manager Channel Name ALSB.CONN
    SSL Required false
    Reference to the Static Service Account COMMON/Service Accounts/MQ
    WebSphere MQ Version v6
    MQ Connection Pool Size 100
    MQ Connection Timeout 1800
    MQ Connection Max Wait 3
    Is there any change that needs to be set in to avoid the SET permissions issue.
    Thanks.
    Edited by: user12679330 on 26-Sep-2012 05:30

    Sorry for the delay.
    siebenv.sh and odbc.ini should be created after the Siebel Server has been configured using the configuration wizard.
    Check Doc ID 604303.1 on support.oracle.com regarding the odbc error and let us know if it is helpful.
    Thank you,
    Wilson

  • About nls setting

    Hi Guys
    actually i am inserting a date value in my column
    as
    insert into data tran_date values(localtimestamp)
    so it inserts date according to 12hrs
    as my nls setting is
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    but i want to insert date as hh24 means 1 pm should be 13 hrs
    i do not have the sys rights & i want the format of 24 at system level
    so is their any other way out
    Regards

    Hi,
    It all about displaying the data.
    You can change the setting at session level to display the format the way you want.
    alter session set NLS_TIMESTAMP_FORMAT='DD-MON-RR HH24.MI.SSXFF'You can view the data you have inserted
    select to_char(tran_date,'DD-MON-RR HH24.MI.SSXFF') from dataRegards
    Anurag Tibrewal.

  • Getting NLS setting issues when calling procedure

    Hi,
    Can anybody suggest me what could the problem in the below issue?.
    i am invokeing procedure using DBAdapter. My soa version is 11.1.1.5. When i am calling procedure first time it is working fine. But when i am invoke second time
    it is showing below error. I observed that i am getting error alternativly. So kinldy advice me what could be the issue.
    Error:
    Cause: java.sql.SQLException: ORA-20001: Oracle error -20001: ORA-20001: Oracle error -2074: ORA-02074: cannot SET NLS in a distributed transaction has been detected in fnd_global.set_nls.set_parameter('NLS_LANGUAGE','AMERICAN'). has been detected in fnd_global.set_nls. ORA-06512: at "APPS.APP_EXCEPTION", line 72 ORA-06512: at "APPS.FND_GLOBAL", line 240 ORA-06512: at "APPS.FND_GLOBAL", line 1410 ORA-06512: at "APPS.FND_GLOBAL", line 1655 ORA-06512: at "APPS.FND_GLOBAL", line 2171 ORA-06512: at "APPS.FND_GLOBAL", line 2313 ORA-06512: at "APPS.FND_GLOBAL", line 2251 ORA-06512: at
    Regards,
    Adhi

    Hi:
    Another way to avoid this, is to use an Non-XA Datasource.
    Hope this helps
    best

  • Airport Express (Model with 802.11G +54MBPS Mac/PC and Set Up Issues

    Hi,
    We have a 4 Mac and 1 PC Household. Cable Internet Service by Roadrunner.Cable model (owned) connected to a D-Link 802.11G wi fi router (by ethernet from cable modem)in the family room , then out to a Imac (the half moon base and LCD screen with a airport card also in the family room and the closet computer to the D-Link
    router, (we did add a D-Link antenna to the router ? about 10 months ago (a D-Link ANT24-0700 (Version 1.2)and a HP 4 in 1 printer attached via USB to the Imac
    ,a eMac 1.25 ghz 1Gb ram with airpot card also connected wirelessly (no printer attached on the same floor but in a ajoinging room about 20 feet from the Router, and another eMac 1.0 Ghz 1Gb ram with airport card in the upstairs part of our house (a bedroom) and no issue with Internet connection (it has a Epson 3in 1 printer attached via USB, and a MacBook Pro with 802.11N wireless card in side , bought for a Christmas/Birthday Present and also for college.It to has no issues with the Internet where ever it may be in the house. Our sole PC a HP tower with a added D-Link WDA -2320 Range Booster Desktop Adapter (802.11G) and we added a D-Link Antenna same model as the other a ANT24-0700 to help with Internet access which it did as well as adding some ram to increase page loading time etc. It does not have a printer attached. I will get to the Topic Area now
    The Airport Express. I was not involved in the set-up as I was laid up due to a bad back and post major knee surgery , But I always (especially recently) wondered why the light was amber and blinking. I read through the manual and also
    Apple.com support and MacFixit.com (which is under construction and moved to part of Cnet.com)and then went to the Airport Express Discussion area (sorry for being so wordy) I need a Twitter account to post!) We have a network name for the D-Link and the computers all were added and it also supports a Xbox 360, a Sony PlayStation 3 and a Nintendo Wi (in online use without issue) but..
    A network was also as it appears to myself) for the Airport Express and under the half moon bars showing connection strenght (there is our D-Link network "phoenix" with security protection WPA2 I believe) as I have set up the router, We had a Apple Base station prior that was ? 802.11B (a half moon white unit) still have it in the box ) So for normal daily use, checking e-mail and internet use all of the computers use the "phoenix" or D-Link supported Router 802.11G
    and The other network calld Apple Network with numbers and letters after it (and hopefully security) password is unknown , The Airport Express is set up connected via USB to a HP B&W laser printer which has saved quite a bit of money on ink, To utilize that printer you must switch from "phoenix" The D-Link router network to the Apple Network (followed by letters and numbers) The Imac and the eMac in the family room and a ajoing room (after switching to the Apple Network
    can than print to the lasr printer. The eMac upstairs and the HP Windows XP Professional software can not print to the laser printer (yet the HP PC shows it as a individual network and a strong signal, equal to the Internet connection from the D-Link, and the eMac (after switching under the half moon (not the proper name I am sure) to get to the Apple Network to print , it will not print, yet it shows a 5 bar signal, same as the D-Link connection. I do believe we have two seperate networks (but do not understand why the two Mac's in the family room can print to the laser printer by simply switching networks and then file and print. ** One other 9probaly major item is that it states to set up the Airport Express with a Mac With OSX 10.4 or later (at the time of set up, we had the Imac and two eMac's all running Panther OSX 10.3.9 9which they continue to have installed) We obtained the HP Tower and Monitor and HP 4in 1 printer ust before Christmas in 2008 and the MacBook Pro in Mid December 2009 (current model and running Snow Leopard 10.6. The HP Tower runs Windows Xp Professional (Service Pack 3) so the MacBook Pro which is much more mobile , could be used to do the set-up, or the HP Tower coulf be moved temprarily, I do recall if Router changes (at least with The D-Link You need to be connected by Ethernet to the Mac
    that would be doing the set up/configuration of the router (and it runs OSX 10.3.9 and is a older Mac (with 80Gb Hard drive that is partioned for OS9 and OSX as well , it is under a Ghz processor wise and less than 1 Gb of ram as the last ram slot required a seal to be broken and 256mb of ram (?) could be added
    it has 768 mb of ram but knock on wood running well. We use Lacie external drives
    on the Imac and both eMac's and need to get external drives for the HP PC as well as the Mac Book Pro (15" screen)
    I apoogize if I repeated myself, and rambled but I wanted to (in one post) to explain our set up and network configuration
    Questions
    1) if indeed it is that the two networks is true and a set yp that is not correct
    can the Airport Express be configured without opening up the router (when ever that happens it seems one computer is unable to get online and each time its a differnt one a Mac or veen the PC
    The PC under My Computer and Networks clearly shows the wto distinct and seperate netwoks with strong signals and the distance is not far (it is through a floor as the other emac and the PC are upstairs and cabling by ethernet is not a option
    2) If I need to open the router would I add the Airport Express as a client as if it was one of the computers or gaming systems on the network? (adding the Mac adress or IP address (not sure how you find the Mac address) and its been while since the router was opened up for any additions or work on it.
    3) would it be on the same channel as the router or not ?
    4) Hopefully with proper configuration the light will stay on (and green) on the A/E and the eMac and HP PC will be able to print to the laser printer. Currentlt
    when anything needs printed from the PC its put on a Flasg Drive and plugged in tothe Imac and the the Apple Network is selected and data printed, The eMac upstairs has the option of using the attached Epson 3 in one or doing the Flash stick work around.
    I would be verya appreciative if some one took a look at the set up above and advised me of what is right, what is not right* and what to do to fix things up
    I would imagine after proper set up, delete the Apple Network from the PC and eMac upstairs and ? all of the computers as we should have one base station (the D-link and the spoke (the A/E connected by UBS to the A/E (it may be ethernet but the cable connection from the A/E to the HP laser printer is correct (the rest of the A/E set up ... Please , tell me where it is and where it should be
    and ? any idea why we can print to the laser printer down stairs and not up stairs ? it did mention printer set up with Panther as possible, page 43 of themanual we have un chaper 5 Tips and Troubleshooting (under whn your printer isn't responding) (we do not have the interfereance listed in the manual,
    our phones are land line, one 900 mghz and the others 5.8 ghz
    It is possible to move the A/E and laser printer if that would help the two computers (desktops) upstairs) bt the distance is way less than 150 but their is a floor and ? duct work (metal ) but I think here is a place to stop typing and let some of the experts on the discussion forums take a look.
    one lst note (as the lap top will be going off to college in the fall (runnning Snow Leopard, and the other 3 Mac's run Panther OSX 10.3.9 should the HP PC windows Xp Professional be the computer to set up the air port express and the Airport Utility proram installed & would this conflict with the current Router (set up by a Macc running OSX 10.3.9 (Panther) i.e (should both set ups be on the same computer?) but actually aThe D-Link is OSX10.3.9 compatible (and 802.11G) and set up requires ethernet connection to a Mac (You type in the numbers and . etc and password as administror and you are in, or should the admin be on the same cpmpuer for the router and A/E ?
    (and considering a Airport Extreme Base Station as well as dual frequency simulataneus and 802.11N (for the laptop now) and future, or wait. The 802.11
    in theory would broadcast farther..?? even if computers had 802.11b(our Mac Desk tops and the PC 802.11B card
    Thanks Again!!!
    Many, Many Thanks
    amnienttales

    William Boyd Jr.
    Hello again,
    D-Link Router is model DGL-4300 (along with a D-Link ANT24-0700 Omnidirectional
    7dbi Antenna . Our Cable Internet ISP (Roadrunner) provides consumers with dynamic ISP address's . All Mac's have Airport Cards and The Hp Tower XW4550 has a D-Link Rangebooster G Desktop Adapter WDA-2320 (also with a D-Link ANT24-0700 Omnidirectional 7 dbi Antenna (the PC OS is Win XP Pro Service Pack 3) The 3 desktop Mac's run OSX Panther 10.3.9 , The 15" MacBook Pro OS is OSX 10.6 Snow
    Leopard (not sure what is after the .6 (right now) D-Link's website is
    http://www.dlink.com , I have configured this router multiple times in the past.
    also added as clients on the network (Utilizing the D-Link Router) are a X-Box 360, Sony Play Station PS3, and a Nintendo Wii all of which have on line ability
    and enables online video game play with any one online.
    As mentioned prior the Airport Port Express is Model A1084 Part No. M9447OLL/A
    which is USB conected to a HP LaseJet B&W , model 1020 and some how the two computers near it can switch to the Airport Express Network from the D-Link Router based Network and print wirelessly to the A/E connected LaserJetPrinter
    I realize I will need to reconfigure the D-Link Router and add the A/E as a client. I will try first to use the Airport Utility and see if I can do anything
    Utilizing it (adding it to the D-Link network, I think its unlikely but worth a try but* the password is unknown but I have a few guess's as to what it may be.
    I do have the necessary admin and network paswwords to cconfigure the D-Link Router,
    1) * If the the A/E Utility experiment fails and I need to re-configure the router * do I need to (as per the Airport Express Set Up Guide (Use a Mac with OSX 10.4 or later or a PC with Win Xp Home or Professional (have a desk top PC that has the specs) and The Mac Book Pro meets the Mac Spec's)
    If I can not get a password to work on the A/E I would reset it using the reset button
    And before plugging in the A/E , connect the appropraite cables in our case a USB cable to the LaserJet Printer then plug in the A/E
    2) I would then connect by Ethernet from Either the Mac Laptop or The PC to the D-Link router (if not the router will not set-up correctly)
    3) The one question that puzzles me is that we are not using the A/E as a base
    but a client
    in two sections(Using Airport Express , connecting a Printer via USB
    and use Airprt Utility to create a new network or join a new newWireless computers using Mac OSX 10.2.7 (Tiger) or later or a PC with Windows XP and it then goes in to the steps of ising the printer for both a Mac and a PC (using Bonjour on the CD that came with the A/E (this appears to contradict needing to use Mac OSx 10.4 or a PC with Win Xp set the A/E up for use as a printer
    (joiing a new network or existig one)
    And in Chapter 5 Tips and Roubleshooting= Your Airport Express Status Light Flashes amber & Your Printer is not responding (it is flashing amber and the printer does not respond to the two computers upsstairs (one Mac running OSX 10.3.9 & One PC running WinXp and its states to make sure the printer is selected
    in the Printer list o client computers, to do this on a Mac using OSX 10.3 or later , open Printer Set Up Utility and follow steps and if a PC with Windows XP , Open Printers and faxes and then follow steps
    in Closing ? can I configure the A/E Utility with a Mac using 10.3.9 as above or
    ? Per Chapter 1 Getting Started use a Mac with OSX 10.4 or later or a PC with Windows Xp Home or Professional
    Perhaps I am taking the tips and trouble shooting and Printer Set up out of context or does the getting Started Computer specs contradict them or are they
    for use if the A/E was going to be a Base Station and not a client..
    Will keep at it,
    ambienttales

  • MacBook Pro - Set of issues

    They always come in a set of 3 for me.
    I'll put a little bit of history in for you to understand/follow.
    I had a MBP and sent it in 4 times for the same problem, then they finally replaced it.
    This replacement Mac was perfect till 6 months in.
    I experienced some problems with the display, and the mouse.
    They replaced them for me, but when I got it back the keyboard wasn't working and it was getting rather hot.
    I sent it in and they did some tests. Fixed the keyboard but couldn't find anything wrong with the CPU.
    It was still getting extremely hot, so I sent it back in. They replaced the CPU and the thermal module.
    Still getting hot results, I sent it back in and they said there was no problem.
    About a week later the heat issues began to fade. (Thank god)
    Now the issues:
    Issue number 1 is the CD drive.
    For the past 2 weeks the CD drive has been accessing itself (such as the sound it makes when you turn it on from a cold boot or wake it from sleep) at random intervals during use.
    I can't replicate this.
    It can happen when a program is running, when it's sitting idle or when there's stress. (Happens in both OS X and Windows)
    There's also no pressure around the CD drive when it happens.
    This is becoming increasinly annoying as it happens during lectures and it's rather loud, and pauses what ever is going on for the access to happen.
    (Eg, I'm typing in Pages. The CD drive accesses and i'm still typing, the letters don't show up. And I also type really fast so it breaks my concentration. :P)
    Issue number 2 is the Display.
    This has only happened under stress. Able to replicate with the Adobe Media Encoder CS4 program, and unable to replicate under CoD4 and other games (eg, random times).
    I'll be sitting working (or playing in this case) and the display will just become black, but the LED backlighting is still active. The only way to get it back out of this is to put it to sleep by closing it and opening it back up.
    Issue number 3 is the CPU... Again
    I sent it in because it was getting extremely hot (up to 100*c) and the fans didn't really kick in. They stayed around the 2000rpm mark.
    This time, it doesn't get hot, but it gets very, very sluggish at random times.
    As well with this one, I can't replicate it either.
    This is the 3rd set of problems and 5th time I'll be sending in my Mac for repairs. It's still under (extended) warranty and I'm getting rather annoyed at the problems that keep coming up.
    What should I do? Ask for a replacement or just send it in for repairs.
    I'm honestly fed up with it all.
    I've done 3 reinstallations with Snow Leopard and minimal programs, but the problems are still there.

    Looking at more detail:
    For the past 2 weeks the CD drive has been accessing itself (such as the sound it makes when you turn it on from a cold boot or wake it from sleep) at random intervals during use.
    That's normal. It changes lenses to be able to read and write to different media, and then resets itself to the default occasionally.
    This is becoming increasinly annoying as it happens during lectures and it's rather loud, and pauses what ever is going on for the access to happen.
    That may not be normal. Have you been very careful to follow the basic rules of CD media use in this thread:
    http://discussions.apple.com/message.jspa?messageID=10532189#10532189
    If not, you may have to replace your optical drive.
    This has only happened under stress. Able to replicate with the Adobe Media Encoder CS4 program, and unable to replicate under CoD4 and other games (eg, random times).
    I'll be sitting working (or playing in this case) and the display will just become black, but the LED backlighting is still active. The only way to get it back out of this is to put it to sleep by closing it and opening it back up.
    I'd get back to your power manager of your Mac.
    I sent it in because it was getting extremely hot (up to 100*c) and the fans didn't really kick in. They stayed around the 2000rpm mark.
    This is definitely a power manager issue. I'd get a surge protector, seeing as your father is unable to replicate any issues that could happen electrically. There may be surges caused by unforeseen factors.

  • NLS-Setting in APEX 3.2.1

    Hi all
    I have installed XE-Universal 10.2 on a XP-Pro.
    I have installed Apex 3.2.1 successfully in the same database.
    in the registry, the value in oracle->key-xe->nls_lang as well as in all other ORACLE is AMERICAN_AMERICA.WE8ISO8859P1.
    The query
    select parameter,value from nls_database_parameters
    where parameter in ('NLS_CHARACTERSET','NLS_LANGUAGE','NLS_TERRITORY');
    shows American_America.AL32UTFS
    In the Explorer-Pages of APEX, it shows "Language: de-ch"
    The windows-regional-settings are German-Switzerland. But even when I change the settings to American-America the APEX still shows
    (bottom left corner) "Language: de-ch".
    Where is apex getting this info from and how to change?
    When I try to import the OEHR-Sample-Application, it first shows "The export file has been imported successfully"
    After some time with the screen showing "Installing application", it aborts with the message
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful.
    ORA-01756: Anführungsstrich fehlt bei Zeichenfolge <pre>
    begin execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||''''; end; </pre>
    I had the same problem first with the installation of apex 3.2. It turned out that the problem is, that in Switzerland the Numeric
    Group Separator is "'" which seems not to work, therefore i changed nls to GERMAN_GERMANY, where the group separator is ','. This worked fine.
    Any help is very much appreciated.
    Regards
    Urs
    Latest update: the same error applies when trying to install OEHR - sample application in the hosted demo environment
    Edited by: user1131151 on 06.10.2009 02:04

    Urs,
    This has been logged with development as the following bug.
    BUG 9081503 - ORA-20001 & ORA-01756 : WHEN TRYING TO IMPORT APPLICATION WITH DE-CH BROWSER
    Currently there is no fix as it is being worked on. However, the workaround of setting the browser to something else other than DE-CH will be just fine to get the application imported.
    Regards,
    Sunny Patel.

  • Broadcaster setting format issue

    Hi experts,
    I am facing an issue after upgrade to EHP1 and would like your help: when we braodcast a report (PDF format), the first page is related to filters and all value from the variables. The issue is that part of the report result stays in the FIRST page.
    Quesiton: how can I start my query result session in the SECOND page?
    Is this related to 0ANALYSYS_PATTER template? if so, where exactly I make query result to jump to the second page?
    Users are telling me before EHP1 upgrade, it used to be that way but now all come in the first page.
    Thanks a lot for your help.
    C

    The movie appears to be squished and the files imported at BOTH wide and standard. Any thoughts on the file names and if that is somehow the answer.
    iMovie '08 uses the flagged aspect ratio for pixel display. Some applications or actions can cause this flag to be "lost." For instance, if you import a widescreen clip to iMovie '08 and then perform some form of destructive editing, the files seem to be re-written without their proper flags. Additionally, some work flows may create files without their proper flags. In iMovie HD this could be corrected by simply resetting the "Current Display" setting and saving the file. Unfortunatly, this does not work in iMovie '08 and you usually end up haveing to re-convert the file to properly re-set the aspect for iMovie '08 editing.

  • Frame Set Flickering issue in Safari Browser( All Mac Devices)

    Hello, My self Dominic Johns. I am running my various websites and having online insurance quotation facility. But I am using 3rd party Quote Link on the page in Frame set. When i am using my mac devices (apple, ipad, mac air, imac, macbook) and opening site http://www.professionalindemnityservice.uk.com/ and clicking on "Get a Quote" button its having 3rd party URL in Frame Set. When i land on this page its Flickering and showing 3rd party URL for 2-3 second and then disappear. Its having issue with only Mac devices Safari Browser. Here is the HTML code i am using for Quote page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Instant Insurance Quotes</title>
    <meta name="description" content="Insurance Quote" />
    <meta name="keywords" content="insurance quote" />
    <meta name="classification" content="PI Insurance Quote"/>
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="RATING" content="General"/>
    <link rel="stylesheet" href="css/style.css" type="text/css" />
    <link rel="Shortcut icon" href="images/fav.ico" /></head>
    <frameset rows="109,*,42" border=0 cols="*">
        <frame name="frame_1" src="header.html" frameborder="0" scrolling="no" allowtransparency="true" height="auto" width="auto">
        <frame src="https://www.caunceohara.co.uk/insurance-schemes/quick-quote?tid=2673" title="Instant Quote">
        <frame name="frame_3" src="footer.html">
    </frameset><noframes></noframes>
    <body>
    </body>
    </html>
    Direct link to above code page : https://www.professionalindemnityservice.uk.com/instant-quote.php
    Please review this code and advise us to solve this flickering issue. Its looking bad when flicker. So please help us to solve this issue.
    Looking forward for prompt response.
    Thanks
    Dominic

    Hello, My self Dominic Johns. I am running my various websites and having online insurance quotation facility. But I am using 3rd party Quote Link on the page in Frame set. When i am using my mac devices (apple, ipad, mac air, imac, macbook) and opening site http://www.professionalindemnityservice.uk.com/ and clicking on "Get a Quote" button its having 3rd party URL in Frame Set. When i land on this page its Flickering and showing 3rd party URL for 2-3 second and then disappear. Its having issue with only Mac devices Safari Browser. Here is the HTML code i am using for Quote page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Instant Insurance Quotes</title>
    <meta name="description" content="Insurance Quote" />
    <meta name="keywords" content="insurance quote" />
    <meta name="classification" content="PI Insurance Quote"/>
    <meta name="robots" content="noindex,nofollow"/>
    <meta name="RATING" content="General"/>
    <link rel="stylesheet" href="css/style.css" type="text/css" />
    <link rel="Shortcut icon" href="images/fav.ico" /></head>
    <frameset rows="109,*,42" border=0 cols="*">
        <frame name="frame_1" src="header.html" frameborder="0" scrolling="no" allowtransparency="true" height="auto" width="auto">
        <frame src="https://www.caunceohara.co.uk/insurance-schemes/quick-quote?tid=2673" title="Instant Quote">
        <frame name="frame_3" src="footer.html">
    </frameset><noframes></noframes>
    <body>
    </body>
    </html>
    Direct link to above code page : https://www.professionalindemnityservice.uk.com/instant-quote.php
    Please review this code and advise us to solve this flickering issue. Its looking bad when flicker. So please help us to solve this issue.
    Looking forward for prompt response.
    Thanks
    Dominic

  • Having plug-in/install/set-up issues with Disney Pirates of the Caribbean on-line.

    I am having issues trying to install Panda3D game plug-in at Disney's Piratesonline.com. I get into a iterative install/restart loop. No issues installing in IE 8.0. OS - W7, browser - Firefox 4.0

    Rhoov wrote:
    After going through the set up I am getting the green light on the airport extreme, but it will not connect to the internet.
    Welcome to Apple's discussion groups.
    I have my internet either cable coming out of the modem and plugged into AP Extreme. If I plug the cable directly into the back of the iMac I can access the internet that way with no issies.
    Is that cable connected to a broadband modem? If so, when switching what device is connected to that, you should power down that modem for several minutes, then power it back up. Without this process, some modems will refuse to connect to a different device.
    I had to configure my Network preferences, and turned on the Airport2 (for some reason when I try to turn on Airport it will not turn on.
    There are ways to reset all that, but first let's try to get things to work.
    Any ideas why?). So I get an error code that pops up stating that I do not have a good IP address. The address for the router is 10.0.1.1 and the IPv4 address is showing 10.0.1.2.
    The IP address of what? (Where do you see that?)
    The error box that pops up states: 10.0.1.1 in use by 90:84:0d:d3:7a:5b.
    The value starting with "90" is a "MAC address" (not to be confused with "Mac", i.e. "Macintosh"). That address is in a range assigned to Apple. Apple calls a MAC address assigned to a WiFi interface an "AirPort ID". You can identify the AirPort ID of an AirPort Extreme either from the value embossed on the case or in AirPort Utility. You can identify the AirPort ID of a Mac either in the Network panel of System Preferences (select the AirPort connection item, then click on the Advanced button) or in System Profiler (Apple menu -> About This Mac, More Info, Contents -> Network, Active Services -> AirPort, Ethernet: MAC Address).
    Where do you see that message? What is running at the time?

  • Email set up issues..

    Hi I picked up my new Torch 9860 today as the last died
    However I cannot set up the email, when I type in address and password it says invalid address or password, verify and contact hotmail..
    I have changed my hotmail password and retried, no joy. 
    Any ideas? REALLY frustrating. Worked fine on my last one and fine when I log in via laptop.

    KB02189-How to associate email addresses with the BlackBerry Internet Service account
    See if that helps at all.
    Best of luck,
    --Phil
    Phil
    Specialist, Emergency Medical & Disaster Response
    Blackberry Playbook 64GB, 9900, 9810, 9800, 9780, 9700, 9000, 8310, 8220, 8700R, 8100, 8300, 7290
    1. Please thank those who help you by clicking the Like button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post Accept as Solution, which solved it for you!

  • Jdeveloper Testing setting warring Issue

    Hey Guys,
    After installing and configuring Jdeveloper i have to test my setting, but for that when i click Rebuild on Tutorial i get the following warring,
    Can anyone guide me how can i resolve the issue ???
    __Project: D:\oracle\JDeveloper\jdevhome\jdev\myprojects\Tutorial.jpr__
    D:\oracle\JDeveloper\jdevhome\jdev\myprojects\oracle\apps\fnd\framework\toolbox\tutorial\webui\HomePG.xml
    Warning: Invalid value "/oracle/apps/fnd/wf/worklist/webui/AdvancWorklistRG" for property "Extends" on component "Notifications".
    D:\oracle\JDeveloper\jdevhome\jdev\myprojects\oracle\apps\fnd\framework\toolbox\tutorial\webui\PoDescITPG.xml
    Warning: This page cannot be previewed or run because there are no regions in the page.
    D:\oracle\JDeveloper\jdevhome\jdev\myprojects\oracle\apps\fnd\framework\toolbox\tutorial\webui\PoDetailsPG.xml
    Warning: The "View Instance" property on item "/oracle/apps/fnd/framework/toolbox/tutorial/webui/PoDetailsPG.PrintablePage" has been set to
    "PoDetailsFullExpVO1", but the corresponding "View Attribute" property has not been set. Please set this property on the item.
    D:\oracle\JDeveloper\jdevhome\jdev\myprojects\oracle\apps\fnd\framework\toolbox\tutorial\webui\PoLinesITPG.xml
    Warning: This page cannot be previewed or run because there are no regions in the page.
    D:\oracle\JDeveloper\jdevhome\jdev\myprojects\oracle\apps\fnd\framework\toolbox\tutorial\webui\PoReviewITPG.xml
    Warning: This page cannot be previewed or run because there are no regions in the page.
    Regards
    Hussain

    Hey Sinan,
    Thanks for response i followed the instruction and i agree with you warring is ok but when i run the example its give error with exception of
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-06550: line 1, column 39:
    PLS-00103: Encountered the symbol "?" when expecting one of the following:
    Any Idea why i get the above exception ?

  • SoD rule set Download issue

    Hi All,
    While downloading the SoD rule set (Global), I am not getting the data for Function-Action and Function-Permission, except these, rest of the data are coming.
    But, I can get to see these data under tables: GRACFUNCACT and GRACFUNCPRM.
    so obviously we can't have these data exported from table and to get converted into .txt format to upload SoD.
    GRCFND_A is at SP14.
    Please help in getting this issue resolved.
    Thanks,
    Ameet

    Hi Ameet,
    You have to reactivate it each time you install a SP in order to get the updates.
    If you develelop your own SoD ruleset you wont use the SAP standard functions and risk, so reactivate the BC Set wont cause any problem.
    If you change the standard functions and risks (which is wrong) such changes will be overwritten when reactivate the BC Set.
    After reactivating the BC set you'll be able to download SoD rules fom the logical system SAP_R3_LG.
    Cheers,
    Diego.

Maybe you are looking for

  • I am looking for a monthly Calendar Template

    I am looking for a Monthly Calendar Template to setup monthly cleaning floor clenaing?

  • Manually changing a document version number when importing an existing document

    Hello. Like a lot of people, we are starting to make use of Sharepoint Online as part of an Office 365 subscription. One of the things we want to do is move a bunch of version controlled documents from their current location on a traditional network

  • Making an Accessible PDF file from MS PPT

    I have a MS PPT file that I've converted to a PDF file. When I run the "Make Accessible" from the Action Wizard some of the tags disappear for the slides that contain only an image even though I've added alt text to the image. When I preview the file

  • How do I prevent excess data usage?

    The last two months I have gone over my data limit on my cellphone plan. I am constantly connected to WIFI at home and at work I only use facebook on my phone. I understand with the WIFI dropping out throughout the night might cause my phone to use t

  • SURVEY: Tell the After Effects team what you want and what you think.

    Michael Coleman just posted a web survey about After Effects. Please take a few minutes to tell us a few things about yourself, your projects, and your workflow. You'll also get a chance to indicate which potential features are most important to you.