Flashback Problem

Hello.
I've been trying to play with Flashback without using OEM. But I'm not getting the proper results. I enable flashback like this:
startup mount;
alter database archivelog;
alter system set DB_FLASHBACK_RETENTION_TARGET=4320;
alter system set DB_RECOVERY_FILE_DEST_SIZE=536870912;
alter system set DB_RECOVERY_FILE_DEST='/u01/oradata/gordie/flashback';
alter database flashback on;
shutdown immediate;
startup;
Then I create a table and insert some data into it, and then:
SQL> drop table test_table;
Table dropped.
SQL> flashback table "test_table" to before drop;
flashback table "test_table" to before drop
ERROR at line 1:
ORA-38305: object not in RECYCLE BIN
If I look at DBA_RECYCLEBIN, indeed there is nothing there. A file is put in my flashback directory but I'm not sure whats exactly in there. I thought maybe I needed to do a commit prior to the drop but there is no change.
Does anyone have an idea as to what I'm doing wrong?
Thank You!

Ah..... I had 2 problems. First was using the SYSTEM tablespace (for testing I just used the sys user) and
the second was that I wasn't properly casing the table name.
Since Oracle is changing the name of my tables to all caps, trying to flashback table "table" won't work, but flashback table "TABLE" will.
Thanx Werner!

Similar Messages

  • 10g Flashback problem

    The flashback facility avaiable in 10g slows the system to such an extent that the application response time is increased beyond expectation. When the Flashback is turned off, the system runs perfectly well. Need to know the overhead of running Flashback and also if there is any corelation between application data intense query and Flashback. The application is developed on a J2EE STRUTS platform and runs on WebSphere6.0.2.7/Oracle 10g Rel 2. The person who setup the Flashback insists that the problem is with application queries but the how do you explain the perfect behavious when the Flashback is OFF.
    Please help as things are in a mess.

    Nothing you have posted indicates that the writing of flashback logs is the issue nor have I seen it to be an issue.
    Where are the metrics?
    Got a stats pack report somewhere?
    What patch level of 10.2?
    What size DB in terms of transactions per unit of time?
    What is the size of the flashback area?
    How much flashback is being written?
    The things that do not matter are your app server or the Java framework. Post things relevant to the database not the middle tier.

  • Problem with deleting Flashback logs

    Hi all,
    I configured flashback database on my Oracle10g R2 DB that sits on Win 2003 server.
    When I issued the command to delete the flashback logs I see that the logs are not deleted.
    Please what could be the problem here?
    Regards,
    Creems

    Sorry, I should be clearer.
    My flashback retention target is 1 day - 1440 ... but that doesnt get deleted automatically, ERROR from Oracle so I hear.
    So, I tried to do it manually by putting the DB in mount state and issuing:
    ALTER DATABASE FLASHBACK OFF;
    Yet never get deleted.
    What could the problem be?
    Thanks.
    Creems

  • HT5246 I just run the Flashback malware removal tool, and then nothing happens. Will it be a problem? and if I have java installed and I disabled it during the installation, will my status as my machine has not java installed? thanks.

    I just run the Flashback malware removal tool, and then nothing happens. Will it be a problem? and if I have java installed and I disabled it during the installation, will my status as my machine has not java installed? thanks.

    Will it be a problem?
    No.
    ...if I have java installed and I disabled it during the installation, will my status as my machine has not java installed?
    Java is still installed.

  • TELUS called us and said they have detected Flashback virus from our MacBook Pro with retina display i just want to ask if this is possible and how can I fix the problem thanks

    TELUS is our Internet provider at home and they called to inform us that they have detected a Flasback virus from our apple MacBook Pro with Retina display is this possible and can you please help us on how we can fix this problem..I just bought my MacBook last August of this year thanks.

    Dabi Ngetet wrote:
    TELUS is our Internet provider at home and they called to inform us that they have detected a Flasback virus from our apple MacBook Pro with Retina display is this possible and can you please help us on how we can fix this problem..
    If your OS is fully up-to-date, that is close to impossible. The Flashback site has not been known to be active since long before August.
    Did you migrate any users from an older system, perhaps? It might have been transferred if that is the case.
    ISP's are famous for mis-diagnosing these things with regard to Macs, so you might want to challenge them to provide you with their logs and specifics about what they are seeing.
    Is it possible that another device is on your network that could be causing this, either something you own or a neighbor using your network?

  • Safari 5.0.6 problem/flashback issue

    Hi,
    My problem is that some web pages do not fully load on safari version 5.0.6. For example, the facebook login page loads fine but when i log in only a few lines of load, with out any photots or properly working links. The mac with the problem was infected with the flashback malware and once the file was found just deleted. Now any virus scan and the flashback removal tool says the computer is clear of the virus. I have tired deleting all cache files, cookies, history. Java is disabled but nothing changes when it is enabled. I reinstalled safari. I maunally checked for all known flashback file names. I turned off configure IPv6. Any other suggestions it is really frustrating.

    csproblemmalware wrote:
    Where can I find the DNS cache file so I can delete it? 
    Not sure, but to clear it open the Terminal app (found in /Applications/Utilities/), copy and paste the following after the "$ " prompt:
         dscacheutil -flushcache
    followed by return.
    There is no confirmation.
    This works for Leopard and Snow Leopard. There's a different method for Tiger and another for Lion.

  • Flashback table problem

    i want to implement flashback table.
    for doing this i have tried with the following:
    alter system set undo_retention=90000 scope=both;
    ALTER TABLESPACE UNDOTBS1 RETENTION GUARANTEE;
    FLASHBACK TABLE test TO TIMESTAMP (NOV-05-2006, 12:04:00);
    it returns:
    SQL> FLASHBACK TABLE test TO TIMESTAMP (NOV-05-2006, 12:04:00);
    SP2-0552: Bind variable "04" not declared.
    what is the problem?
    thanks.

    try this
    sql>alter session set nls_date_format = 'dd-mon-yyyy hh24:mi:ss';

  • Problem with Flashback transaction query in 10g

    Hello,
    I'm having a problem when working with FLASHBACK_TRANSACTION_QUERY.
    When I make a simple update of table PARTIES with some trigger (one transaction with XID=000300310027ACAA), expected result can be found in FLASBACK_TRANSACTION_QUERY:
    select xid, start_scn, commit_scn, logon_user, undo_change#, operation, table_name, table_owner, undo_sql from flashback_transaction_query f
    where xid = hextoraw('000300310027ACAA');
    XID               START_SCN     COMMIT_SCN     LOGON_USER     UNDO_CHANGE#     OPERATION     TABLE_NAME          TABLE_OWNER     UNDO_SQL
    000300310027ACAA     170337630398     170337630411     SYSTEM     1               UPDATE     PARTY_HIST_LOGS     ODS_OWNER          update ...
    000300310027ACAA     170337630398     170337630411     SYSTEM     2               UPDATE     PARTIES          ODS_OWNER          update ...
    000300310027ACAA     170337630398     170337630411     SYSTEM     3               BEGIN          null               null               null     
    But after a while (cca 1 minute) all rows representing DML operations changes to one row with operation=UNKNOWN. And in the same time TABLE_OWNER, UNDO_SQL, ROW_ID is lost.
    select xid, start_scn, commit_scn, logon_user, undo_change#, operation, table_name, table_owner, undo_sql from flashback_transaction_query f
    where xid = hextoraw('000300310027ACAA');
    XID     START_SCN     COMMIT_SCN     LOGON_USER     UNDO_CHANGE#     OPERATION     TABLE_NAME     TABLE_OWNER     UNDO_SQL
    000300310027ACAA     170337630398     0     SYS     1     UNKNOWN     PARTIES     null          null               null
    000300310027ACAA     170337630398     0     SYS     2     BEGIN          null          null          null               null
    Do you have any explanations, why this happens?
    Thanks a lot Filip
    Here are some DB parameters:
    Oracle 10g - 10.2.0.3.0 - 64bit Production
    noarchive log mode
    minimal supplemental logging enabled
    UNDO_MANAGEMENT=AUTO
    UNDO_RETENTION=57600
    v$undostat.tuned_undoretention=345600
    RETENTION GUARANTEE=YES

    SELECT
    o1.GRP_CODE
    , o1.GRP_DESC
    , o1.GRP_GROUP
    , o1.GRP_KATEG
    , o2.actual_amount
    , o2.budg_amount
    , o2.branch
    FROM
    vw_budget_codes o1 LEFT OUTER JOIN dw_fbudget_star o2 ON (o1.grp_code = o2.grp_code)
    WHERE
    o2.branch= '5455345'
    Message was edited by:
    TanteKaethe
    Message was edited by:
    TanteKaethe

  • Problem with SPACE_RECLAIMABLE in Oracle Flashback

    Hi All,
    I have oracle 11.2.0.3 version running. I have some queries.
    Recently I am learning about flashback technology.
    What my issue is that the SPACE_RECLAIMABLE column always shows 0 although there is enough space in the flashback area.
    Snapshot is as below.
    SQL> select * from v$recovery_file_dest;
    NAME SPACE_LIMIT SPACE_USED SPACE_RECLAIMABLE NUMBER_OF_FILES
    C:\app\mudassar\fast_recovery_area 4353687552 104857600 0 2
    I am not able to understand why? Where is the issue?
    As per my understanding this should show the space that is free..
    Please guide me on same.

    822922 wrote:
    Hi All,
    I have oracle 11.2.0.3 version running. I have some queries.
    Recently I am learning about flashback technology.
    What my issue is that the SPACE_RECLAIMABLE column always shows 0 although there is enough space in the flashback area.
    Snapshot is as below.
    SQL> select * from v$recovery_file_dest;
    NAME SPACE_LIMIT SPACE_USED SPACE_RECLAIMABLE NUMBER_OF_FILES
    C:\app\mudassar\fast_recovery_area 4353687552 104857600 0 2
    I am not able to understand why? Where is the issue?
    As per my understanding this should show the space that is free..
    Please guide me on same.http://docs.oracle.com/cd/E11882_01/server.112/e25513/dynviews_2125.htm#REFRN30304
    {code}
    SPACE_RECLAIMABLE      NUMBER      Total amount of disk space (in bytes) that can be created by deleting obsolete, redundant, and other low priority files from the fast recovery area
    {code}
    and probably
    http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmmaint.htm#BRADV89614
    It does not show the space that is free, it shows the space that COULD BE freed if you removed files (see the list of possible files above) from the FRA.
    Cheers,

  • Mail problems - contacts "hacked"

    Hi,
    Forgive my ignorance, however, I have had a brief scan through these pages and several people appear to be having almost the same problem as I am, but not quite.  I have an iphone 4 on iOS5.1, an ipad on iOS5.1.1, and a MacBook Pro, on OSX10.6.8.
    This morning, at 0610 hours, GMT, my entire mailing list was sent a forwarded e-mail - junk of course, about bankruptcy, saying "Look here!" - which I did not send, and which does NOT show up in my Sent folder.  However, I keep a bogus email address at the top of my list, so I get MailerDaemon failure messages, if such a thing occurs (a holdover, from when I used Windows).
    My problem is, I have not used my MacBook in weeks, using only the iPad and iPhone.  About a month ago, I received a similar e-mail from a family member, who also uses an iPad, which I didn't open but deleted, using my iPad. 
    Is it possible for any such botnet/Trojan/"virus" to have "infected" or nicked my mailing list, and, if so, how do I get rid of it?  I have an elderly relative, who has an iPad2, and he opened the email (though not the extension), this morning, so he is now in a panic that he is next!
    My e-mail account is through BTYahoo, but, as they have accessed EVERY one of my contacts, it appears likely that this has come from within, rather than without.
    Can any of you advise or assist?
    I have installed the trial of MacScan, this morning, following recommendation on another page here, and am running it as I type.
    If anyone can help, I would be most grateful.
    Kind regards,
    Scoots.
    PS, I recall now I DID notice that, yesterday afternoon, my iPhone burned its way through around 60% of the battery life, while I was using Kindle, in around 3 to 4 hours.  I put it down to a glitch, or having left apps running in the background...obviously not.

    There is a virus out on apple products, tha thit 600,000 macs, iphones, ipads
    That is Flashback, which is now considered to be extinct. It only affected Macs (not iOS devices) that had certain older versions of Java installed. The most recent versions of Mac OS X 10.6, 10.7 and 10.8 all have protection built-in that will prevent Flashback infections, and Flashback hasn't been seen for some time anyway. See About the Flashback malware.
    As to other malware, it's extremely unlikely that your problem is malware-related, especially since only your Facebook account seems to be affected. That means that your Facebook account has been hacked. If changing your Facebook password did not prevent spams from being posted on your Facebook account, that probably means that your Yahoo account has also been hacked. Change ALL your passwords, for all online accounts. Be sure to use good, secure passwords, and don't use the same password for different accounts. This can make remembering passwords difficult, but it makes you significantly more secure. You can use a password manager (like 1Password) to keep track of all the passwords.
    For more about Mac malware in general, see my Mac Malware Guide.

  • "Your computer restarted because there was a problem"

    Over the last week or so, I've had issues with my system suddenly restarting. I have not been able to conclude any common symptoms when this happens and this issue is becoming more and more common to the point where it is happening multiple times within the hour, making my Macbook almost unusable.
    Anywho, I did a litte reesarch and found out about Panic Reports, and did a little more digging around and found that theres a way to interpret these... I have looked through the report and I 'think' that the random restarts have been casued by Kaspersky.
    The logic behind this choice is from the following taken from the report:
         >BSD process name corresponding to current thread: kav (kav = Kaspersky Anti-Virus?)
         >Kernel Extensions in backtrace: com.kaspersky.kext.kimul.42(42.0)[658C1759-7925-7346-A10D-B468C1BD7A1D]@0xfffff f7f8a0fc000->0xffffff7f8a105fff
    Unfortunately, this is as far as I have got - and can't really figure the rest of the report.
    I have now uninstalled Kaspersky (using the official uninstaller), and so far my Macbook has been fine, however this could indeed just be coincidental.
    Off tpoic and on a side note, I finally made the jump to Macs about 9 months ago and broought with me the PC Mentality and as such installed Kaspersky, you know, just to be safe. I appreciate that "Viruses" don't actually pose a threat to a Mac system, but with previous threats like 'Flashback' and the newly found threat 'Dockster' (http://news.cnet.com/8301-1009_3-57556939-83/new-mac-malware-spreading-from-dala i-lama-tribute-site/) - albeit using the same exploit as Flashback - I find it difficult not to have some form of protection for my Macbook.
    So, back on topic, was Kaspersky the likely cause of the random retstarting issues, or was something more serious and/or sinister happening?
    Thu Nov 29 18:27:28 2012
    panic(cpu 0 caller 0xffffff80084b7bd5): Kernel trap at 0xffffff7f8a103439, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000000800, CR3: 0x0000000047fab01d, CR4: 0x00000000000606e0
    RAX: 0x0000000000000000, RBX: 0xffffff80f911e000, RCX: 0xffffff80f911e7e8, RDX: 0x0000000000000200
    RSP: 0xffffff80f924bd00, RBP: 0xffffff80f924bd60, RSI: 0x000000008003f000, RDI: 0xffffff80f911e000
    R8:  0xffffff80f924bc20, R9:  0x0000000000001000, R10: 0xffffff80251e8430, R11: 0xffffff80251e8400
    R12: 0xffffff80f911e000, R13: 0x000000008003f000, R14: 0xffffff80f911e000, R15: 0xffffff80f911e7e8
    RFL: 0x0000000000010246, RIP: 0xffffff7f8a103439, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000800, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80f924b9a0 : 0xffffff800841d626
    0xffffff80f924ba10 : 0xffffff80084b7bd5
    0xffffff80f924bbe0 : 0xffffff80084ce4ed
    0xffffff80f924bc00 : 0xffffff7f8a103439
    0xffffff80f924bd60 : 0xffffff7f8a1037f8
    0xffffff80f924be10 : 0xffffff7f8a0fe428
    0xffffff80f924be50 : 0xffffff8008751530
    0xffffff80f924bea0 : 0xffffff800879b2ce
    0xffffff80f924bf00 : 0xffffff80087a17b5
    0xffffff80f924bf60 : 0xffffff80087e1533
    0xffffff80f924bfb0 : 0xffffff80084cea1d
          Kernel Extensions in backtrace:
             com.kaspersky.kext.kimul.42(42.0)[658C1759-7925-7346-A10D-B468C1BD7A1D]@0xfffff f7f8a0fc000->0xffffff7f8a105fff
    BSD process name corresponding to current thread: kav
    Mac OS version:
    12C60
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-xxxx-xxxx-xxxxxxxxxxxx
    Kernel slide:     0x0000000008200000
    Kernel text base: 0xffffff8008400000
    System model name: MacBookPro8,1 (Mac-94245B3640C91C81)
    System uptime in nanoseconds: 10836451759818
    last loaded kext at 10587027596169: com.apple.driver.AppleUSBTCKeyEventDriver          235.4 (addr 0xffffff7f8a10b000, size 12288)
    last unloaded kext at 10705886341858: com.apple.driver.AppleUSBCDC          4.1.22 (addr 0xffffff7f8a106000, size 12288)
    loaded kexts:
    com.kaspersky.kext.kimul.42          42
    com.kaspersky.kext.kimul.41          41
    com.kaspersky.nke          1.0.0d33
    com.kaspersky.kext.klif          3.0.0d23
    com.apple.filesystems.smbfs          1.8
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f33
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AGPM          100.12.69
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.1f2
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMikeyDriver          2.3.1f2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleIntelHD3000Graphics          8.0.0
    com.apple.driver.AppleIntelSNBGraphicsFB          8.0.0
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleSMCLMU          2.0.2d0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.2.11
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleBacklight          170.2.3
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleUSBTCButtons          235.4
    com.apple.driver.AppleUSBTCKeyboard          235.4
    com.apple.driver.AppleIRController          320.15
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.2
    com.apple.driver.AppleUSBHub          5.2.5
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AirPort.Brcm4331          602.15.22
    com.apple.driver.AppleAHCIPort          2.4.1
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AppleSDXC          1.2.2
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.driver.AppleUSBEHCI          5.4.0
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.3.1f2
    com.apple.iokit.IOAudioFamily          1.8.9fc10
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOSurface          86.0.3
    com.apple.iokit.IOBluetoothFamily          4.0.9f33
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.AppleGraphicsControl          3.2.11
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.5
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleHDAController          2.3.1f2
    com.apple.iokit.IOGraphicsFamily          2.3.5
    com.apple.iokit.IOHDAFamily          2.3.1f2
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.5
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.5
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.5
    com.apple.driver.AppleUSBMultitouch          235.7
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.driver.AppleUSBMergeNub          5.2.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.driver.CoreStorage          274.7
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IOUSBUserClient          5.2.5
    com.apple.driver.AppleThunderboltNHI          1.6.0
    com.apple.iokit.IOThunderboltFamily          2.1.1
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IOAHCIFamily          2.2.1
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBFamily          5.4.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7.2
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0

    Uninstall Kasperky, it's unecessary, all you need is ClamXav to catch the Windows filth which doesn't affect OS X, run as you need it, not all the time which causes problems.
    If that doesn't work run through this list
    Step by Step to fix your Mac

  • MacBook Pro Retina 13' HDMI Problem

    Hi all,
    Two weeks ago I discovered a problem with the HDMI output on my external monitor (LG IPS 234) when connected to a MacBook Pro Retina 13'. The monitor wasn't able to display greyscale information. E.g. the underlying greyscales of a Google preview search suggestion when hovering a mouse over the suggestions. Also the whole monitor display looked washed out and fuzzy. I thought it would be a problem with the monitor, so I hauled it back to the store. We checked the monitor with a MBPR 15' and everything was fine (screens not in sync - important see below). I started thinking the new 13' MBPR might be the issue. But before leaving the store and blaming my MBPR 13' we checked out another 13' MBPR and (supprise!) the same effect again. To double check we tried another external monitor from Samsung (ok, I know if Samsung is not working with an Apple MBPR...). But seriously... The same effect again.
    I contacted the Apple support and after discussing this with the 1st level (with little helpful tips ... SMB reset etc.) I was forwarded to the 2nd level. The guy wasn't able to help me either. He blamed my monitor and that it might need a firmware update. The problem could be linked with some incompatible HDCP. But a firmware update can only be done by the monitor vendor or a service partner and LG doesn't even indicate that this is possible at all.
    Now my question is, does anybody else experience problems with external IPS displays and the MBPR 13'?
    As I said, we tested it with 2 different MBPR 13' and 2 monitors from different vendors. In each combination the same problem. Always the same effect. For me this is an indication that there might be a bigger problem under the surface.
    Kird
    PS: a friend with a MPBR 15' has the same effect but only when the internal and the external IPS monitor is in sync
    PS: the Apple 2nd level support promised me to give me a call regarding further steps to solve the problem (with a fixed date on Monday this week) ... They never called... Poor service Apple!

    Hello Daniel,
    I gave Apple a call last week and asked for a feedback on my ticket. The guy I talked to at least tried to help me with the issue. In the meantime since my last attempt to receive something from Apple nothing has happened on the issue. Surprise! So we started from 0 again... Ok... Bought in customer with a decent pain level...
    I received some test tools from the guy that I ran on the MPPR creating an encrypted file (...yes I can imagine what you think and I can assure you I had similar thoughts...) and mailed this stuff back to Apple. Now that they have insight of my whole digital live (ok I distend it a bit, but in reply to my question what's all included in this file the guy mentioned something like "don't worry only technical stuff..." Ah yea... That's why it is encrypted... You might find an info about a malfunction in the HDMI inside... very confident... Ok... What you all do for a chance of solving an HDMI problem).
    So the current status is: Apple engineers are spending nights in the office to dig into whatever this tools squeezed out of my innocent MacBook. You see I have reached a state where I am slowly drifting into sarcasm ;-)
    The guy mentioned there might ! be a patch coming with the next release if Apple finds the issue important enough ! and ! enough other customers have the problem as well. And on this I am not kidding. That's what he said.
    Hmm... Will 3 customers be enough? I doubt it... We'll find out with the next release. Maybe we can increase the complains from release to release and empirically estimate when Apple starts taking customers seriously.
    My personal guess is that they will dismount the HDMI port and send us an aluminum plug that fits perfectly in the hole. I have a flashback... There was once an issue with an antenna and they offered a piece of plastic to...
    I am getting carried away so I better stop now :-) and return to my wine
    Let's stay in touch if you find out something on the GB
    Kird

  • I have os 10.5.8 and safari 5.0.6 and websites are coming very strange. Do I have flashback virus? When I use firefox they come up normal. what can I do?

    I guess I put all info at top, sorry. Websites are displaying strange. When I use firefox they come up normal. Do I have flashback virus? what do I do to correct problem.

    Thank you both for responding . After my posting I kept digging, I now know I don't have flashback. But, as to the strange part the pdf will  show. Before problem that started about 2 weeks ago. The content was spread across the web page now it's all to the left going straight down. Also each action I get a slow script message and action is only completed when I hit cancel.
    file:///Users/daniellacevedojr/Desktop/What%20is%20eMusic.pdf
    I hope this gives you more insight.
    Thank you for your attention.

  • Are Power PC based Macs open to infection by Flashback?  And if so how do I find out if it's on my G4?

    Are Power PC Macs open to infection by Flashback?  And If so, how do I check to see whether my G4 has been a victim?  All the scanners that I've seen are for Intel based Macs only.

    I would run Terminal, then COPY the command shown in Step 2 (from the web site link).  PASTE it in Terminal (to ensure you don't mistype something) and hit Return.  If you do NOT get "... does not exist" message, don't do the anything else in the procedure. 
    If you DO get the "... does not exist" message, then COPY the command shown in Step 8.  PASTE it in Terminal and hit Return.  If you do NOT get "... does not exist" message, don't do the anything else in the procedure. 
    If you DO get the "... does not exist" message, then your Mac is clean.
    The commands in Steps 2 and 8 can do no harm, because nothing is being changed.  Some of the other commands for "removal" in the procedure do make changes.  So if Steps 2 and 8 indicate your Mac is clean, that's good and you're done.
    If they indicate otherwise, there may be a problem.  You can ask additional questions here about what to do.
    FYI - I just ran the procedure on my Power Mac G5 running Leopard, and I got the expected "... does not exist" messages after entering the commands in Steps 2 and 8.

  • Problems in the creation of a MOLAP Cube with DBMS_AWM.

    I want to create a MOLAP Cube with the package DBMS_AWM. So I create the ROLAP Cube and the Dimensions with the Enterprise Manager Website, and all works perfectly. Then I executed the code to create the multidimensional dimensions and the multidimensional cube (awm dimensions/cubes), but I had some problems in the first dimension.
    This dimension has the name D_DESTIN, and has the following hierarchy:
    +DESTIN_DESC_H3
    |
    +---DESTIN_DESC_H2
    |
    +------DESTIN_DESC_H1
    |
    +---------DESTIN_DESC_H0
    The name of the hierarchy is H_D_DESTIN.
    The following code is the code that I used to create the first multidimensional dimension:
    set serveroutput on
    execute cwm2_olap_manager.set_echo_on;
    execute dbms_aw.execute ('aw create ''WTESTE''');
    execute dbms_awm.create_awdimension('EXEMPLO_OLAP', 'D_DESTIN', 'EXEMPLO_OLAP','WTESTE', 'WD_DESTIN');
    execute dbms_awm.create_awdimload_spec('D_DESTIN_LOAD', 'EXEMPLO_OLAP', 'D_DESTIN', 'FULL_LOAD');
    execute DBMS_AWM.SET_AWDIMLOAD_SPEC_PARAMETER ('D_DESTIN_LOAD','EXEMPLO_OLAP','D_DESTIN','UNIQUE_RDBMS_KEY','NO');
    execute dbms_awm.refresh_awdimension('EXEMPLO_OLAP', 'WTESTE', 'WD_DESTIN', 'D_DESTIN_LOAD');
    commit;
    execute cwm2_olap_manager.set_echo_off;
    execute cwm2_olap_manager.end_log
    When I executed the code above, I got the following error:
    PL/SQL procedure successfully completed.
    SP2-0103: Nothing in SQL buffer to run.
    PL/SQL procedure successfully completed.
    AMD-00001 created AWDimension "EXEMPLO_OLAP.WTESTE.WD_DESTIN"
    PL/SQL procedure successfully completed.
    AMD-00001 created AWDimLoad_Spec "D_DESTIN_LOAD.EXEMPLO_OLAP.D_DESTIN"
    PL/SQL procedure successfully completed.
    AMD-00002 set AWDimLoad_Spec_Parameter "D_DESTIN_LOAD.EXEMPLO_OLAP.D_DESTIN"
    UNIQUE_RDBMS_KEY to "NO"
    PL/SQL procedure successfully completed.
    ERROR Create_AWDimension. Problem refreshing dimension:
    WD_DESTIN
    Error
    Validating Dimension Mappings WD_DESTIN.DIMENSION. Key Expression
    DWH.D_DESTIN.DESTIN_KEY for Mapping Group
    WD_DESTIN.H_D_DESTIN.DESTIN_DESC_H0.DWH_D_DESTIN_WD_DESTIN_H_D_DESTIN
    DESTINDESC_H0.DIMENSIONMAPGROUP, Level WD_DESTIN.DESTIN_DESC_H0.LEVEL,
    Hierarchy WD_DESTIN.H_D_DESTIN.HIERARCHY is Incorrectly Mapped to
    RDBMS.
    (AW$XML) AW$XML
    In SYS.AWXML!__XML_HANDLE_ERROR PROGRAM:
    BEGIN dbms_awm.refresh_awdimension('EXEMPLO_OLAP', 'WTESTE',
    'WD_DESTIN', 'D_DESTIN_LOAD'); END;
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "OLAPSYS.DBMS_AWM", line 1012
    ORA-06512: at line 1
    Commit complete.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    I don’t know what is wrong. The ROLAP Cube is valid according to Oracle Enterprise Manager Website, and it is possible to consult its data with "OracleBI Spreadsheet Add-In"
    What is wrong?
    Regards,
    Rui Torres

    I executed the same code in a different user and the MOLAP Cube was created successfully.
    But, I don’t know what is the privilege/role, that permits this second user to create a MOLAP cube with the package DBMS_AWM.
    The privileges/roles of the first user are:
    ROLES
    ======
    CONNECT
    OLAP_DBA
    OLAP_USER
    OWBR_EXEMPLO_OLAP
    OWB_EXEMPLO_OLAP
    SYSTEM PRIVILEGES
    =================
    ALTER SESSION     
    CREATE ANY PROCEDURE     
    CREATE DATABASE LINK     
    CREATE DIMENSION     
    CREATE INDEXTYPE     
    CREATE MATERIALIZED VIEW     
    CREATE PROCEDURE     
    CREATE PUBLIC DATABASE LINK     
    CREATE PUBLIC SYNONYM     
    CREATE ROLE     
    CREATE SEQUENCE     
    CREATE SESSION     
    CREATE SYNONYM     
    CREATE TABLE     
    CREATE TRIGGER     
    CREATE TYPE     
    CREATE VIEW     
    DROP ANY PROCEDURE     
    DROP PUBLIC SYNONYM     
    EXECUTE ANY PROCEDURE     
    GLOBAL QUERY REWRITE     
    SELECT ANY TABLE     
    SYSDBA     
    UNLIMITED TABLESPACE
    OBJECTS PRIVILEGES
    ==================
    Object      Privilege     |Schema |Object     
    =======================================================
    SELECT               |SYS     |DBA_ROLE_PRIVS     
    EXECUTE               |SYS     |DBMS_LOCK     
    SELECT               |SYS     |DBMS_LOCK_ALLOCATED     
    EXECUTE               |SYS     |DBMS_OBFUSCATION_TOOLKIT     
    EXECUTE               |SYS     |DBMS_SNAPSHOT     
    SELECT               |SYS     |V_$LOCK     
    SELECT               |SYS     |V_$MYSTAT     
    SELECT               |SYS     |V_$SESSION     
    SELECT               |SYS     |V_$SYSTEM_PARAMETER
    The privileges/roles of the second user are:
    ROLES
    ======
    AQ_ADMINISTRATOR_ROLE          
    DBA          
    MGMT_USER
    SYSTEM PRIVILEGES
    =================
    CREATE MATERIALIZED VIEW     
    CREATE TABLE     
    GLOBAL QUERY REWRITE     
    SELECT ANY TABLE     
    UNLIMITED TABLESPACE
    OBJECTS PRIVILEGES
    ==================
    Object Privilege     |Schema     |Object     
    =============================================
    EXECUTE               |SYS     |DBMS_ALERT     
    EXECUTE               |SYS     |DBMS_AQ     
    EXECUTE               |SYS     |DBMS_AQADM     
    EXECUTE               |SYS     |DBMS_AQELM     
    EXECUTE               |SYS     |DBMS_AQ_IMPORT_INTERNAL     
    EXECUTE               |SYS     |DBMS_DEFER_IMPORT_INTERNAL     
    EXECUTE               |SYS     |DBMS_REPCAT     
    EXECUTE               |SYS     |DBMS_RULE_EXIMP     
    EXECUTE               |SYS     |DBMS_SYS_ERROR     
    EXECUTE               |SYS     |DBMS_TRANSFORM_EXIMP     
    ALTER               |SYS     |INCEXP     
    DEBUG               |SYS     |INCEXP     
    DELETE               |SYS     |INCEXP     
    FLASHBACK          |SYS     |INCEXP     
    INDEX               |SYS     |INCEXP     
    INSERT               |SYS     |INCEXP     
    ON COMMIT REFRESH     |SYS     |INCEXP     
    QUERY REWRITE          |SYS     |INCEXP     
    REFERENCES          |SYS     |INCEXP     
    SELECT               |SYS     |INCEXP     
    UPDATE               |SYS     |INCEXP     
    ALTER               |SYS     |INCFIL     
    DEBUG               |SYS     |INCFIL     
    DELETE               |SYS     |INCFIL     
    FLASHBACK          |SYS     |INCFIL
    Which privilege/role permits the second user to create a MOLAP cube?
    Regards,
    Rui Torres

Maybe you are looking for

  • Time machine not backing up automatically

    On my MBP, I'm finding that Time Machine is no longer backing up automatically. It's on, and it tells me when it's going to back up, and it just doesn't. It's not asleep at the time, and I can tell it to back up manually, and it works fine. There's t

  • Async process to sync bpel process

    Hi all, I have one aync bpel process which invokes sync bpel process. In sync bpel process, it has only one assign activity, which assigns input to output. Iam trying to test this scenario using test suite available in 11.1.1.2.0. I am receiving a ti

  • Payment taken without authorisation

    I have not used Skype since 2006... However, today I get an e-mail stipulating that you've taken money from me to top up my account because I have it set to "auto-recharge on low balance"! This is a feature that has been added on your end and somethi

  • Tool Bar Freeze up

    My CS5.5 InDesign tool bar freezes up

  • TextArea as2.0 style

    hello every one is there any way to style the background of TEXTAREA component in 2 colors like each line will have different color of background like forums or similar TEXTAREA >> { LINE1 : BLACK COLOR BACKGROUND LINE2: WHITE COLOUR BACKGROUND LINE3