The query HANGS for ever!

hi,
we have types which extend other types. We need this as a part of a framework in db. Over the paret type are the queue (oracle AQs) defined.
Intermitantly, on few databases, when we try to create a type extending the same parent type with the queues running, the create type script just hangs off for ever.
WHy does this happen? more importatly intermitantly?
is there an approach to debug such issues? or get things working by killing some sessions etc.
Any ideas/ pointers .. please help.
db details:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
PL/SQL Release 10.2.0.4.0 - Production
CORE     10.2.0.4.0     Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production

thank u for the reply.
Is there a way to figure out what objects are pinned. and if i figure out them then how do i un-pin them?
But i have a type extending a type. To the best of my knowledge the objects created over types are locked (or pined). The paret type is just a declaration/ definition of how the object has to be created.

Similar Messages

  • I need to restore my contacts to my iphone 4 from icloud but when following early instructs to turn off contacts in icloud and then turn back on all that happens is the turning off contacts image just hangs for ever and never turns off - dont know what to

    I am trying to restore my contacts from icloud to iphone 4 but when trying to switch off contacts in icloud first to switch back on it just hangs for ever - dont know what else to do - help please

    I am trying to restore my contacts from icloud to iphone 4 but when trying to switch off contacts in icloud first to switch back on it just hangs for ever - dont know what else to do - help please

  • When trying to export to Excel the tool hangs for 10-15 min. (1.5.1.54.40)

    When trying to export a result set after a query the tool hangs for 10-15 minutes. This is regardless of the export fileformat; xls, html etc. It seems like the problem is related to the complexity of the query: Low-cost query=export OK, High-cost query=Export Not OK (even though the number of returned records is low)
    Exporting to any fileformat from a tables data-tab is OK, the problem occurs only in combination with a query that has been ran in a Worksheet.
    Will be greatful for any hint!
    SQL Developer: 1.5.1.54.40
    Java: 1.5.0_06
    Client OS: XP Prof 5.1.2600 SP 3
    Database: 9.2.0.5.0

    Hi,
    If you are using SQL Dev 1.5.1, you can include the column header by using
    CTRL + Shift + C (instead of CTRL + C), and paste it to Excel.
    I got this info from other forum, sorry I couldn't find which one.
    Don't use the Edit - Copy Path menu, even it uses the same shortcut.
    Regards,
    Buntoro

  • Query runs for ever - suggestions - ideas - tips

    Hello all,
    I have the following situation:
    1) Database 1: XE 10g Release 10.2.0.1.0 - Production
    2) Database 2: 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    3) Dblink from Database 1 pointing to Database 2
    4) Synonyms created withing Database 1, pointing to Database 2 packages and tables:
    - "mytable1" exists in Database 2 therefore a synonym "mytable1" is created in Database 1
    - "mytable2" exists in Database 2 therefore a synonym "mytable2" is created in Database 1
    - "mypackage" exists in Database 2 therefore a synonym "mypackage" is created in Database 1
    5) Of course select and execute rights are granted
    6) Query:
    SELECT field1
    FROM myshcema.mytable1
    WHERE field2 = myshcema.mypackage.myfunction ('PARAMVALUE'))
    AND EXISTS (SELECT 1 FROM myshcema.mytable2 WHERE field_in_tab2 = field_in_tab1)
    7) Problem.This query runs for ever
    8) Explain plan
    OPERATION - OBJECT_NAME - OPTIONS - COST
    SELECT STATEMENT - - - 17
    -> FILTER - - -
    -> -> FILTER - - - 3
    -> -> -> REMOTE - mytable1 - -
    -> -> REMOTE - mytable2 - - 1
    9) Now I get the value returned by the function and re-execute the previous query:
    - select myshcema.mypackage.myfunction ('PARAMVALUE')) from dual;
    - return value is *89787621*
    - re-executing the query:
    SELECT field1
    FROM myshcema.mytable1
    WHERE field2 = *89787621*
    AND EXISTS (SELECT 1 FROM myshcema.mytable2 WHERE field_in_tab2 = field_in_tab1)
    10) Explain plan
    OPERATION - OBJECT_NAME - OPTIONS - COST
    SELECT STATEMENT - - REMOTE - 3
    -> NESTED LOOPS - - SEMI - 3
    -> -> INDEX - MY_UK_NAME - RANGE SCAN - 3
    -> -> INDEX - MY_2ND_UK - UNIQUE SCAN - 0
    And the results are instantaneous
    Now my question: Can somebody direct me on whether a hint or something else will correct this situation? Due to restrictions that I cannot currently explain here, I am not able to change the code to first get the value and then execute the query.
    Thanks for helping
    G
    Edited by: G on May 17, 2011 9:07 AM
    Edited by: G on May 17, 2011 9:10 AM

    I would think the driving site hint woud be the frist thing I tried. If for some reason Oracle does not seem to be able to use the hint or if hints are heavily frowned on at your site then here is another approach to the problem.
    Code the query into a view and define the view on the remote database then issues a local query against the remote view.
    HTH -- Mark D Powell --

  • Swing client hangs for ever

    The swing client is hanging for ever with the following trace. Kindly provide me any information you may be having related to this issue. Thanks much.
    java.lang.Object.wait(Native Method)
    java.lang.Object.wait(Unknown Source)
    javax.swing.text.AbstractDocument.readLock(Unknown Source)
    javax.swing.plaf.basic.BasicTextUI.getPreferredSize(Unknown Source)
    javax.swing.JComponent.getPreferredSize(Unknown Source)
    javax.swing.JEditorPane.getPreferredSize(Unknown Source)
    java.awt.GridBagLayout.GetLayoutInfo(Unknown Source)
    java.awt.GridBagLayout.getLayoutInfo(Unknown Source)
    java.awt.GridBagLayout.preferredLayoutSize(Unknown Source)
    java.awt.Container.preferredSize(Unknown Source)
    java.awt.Container.getPreferredSize(Unknown Source)
    javax.swing.JComponent.getPreferredSize(Unknown Source)
    java.awt.BorderLayout.preferredLayoutSize(Unknown Source)
    java.awt.Container.preferredSize(Unknown Source)
    java.awt.Container.getPreferredSize(Unknown Source)
    javax.swing.JComponent.getPreferredSize(Unknown Source)
    javax.swing.JRootPane$RootLayout.preferredLayoutSize(Unknown Source)
    java.awt.Container.preferredSize(Unknown Source)
    java.awt.Container.getPreferredSize(Unknown Source)
    javax.swing.JComponent.getPreferredSize(Unknown Source)
    java.awt.BorderLayout.preferredLayoutSize(Unknown Source)
    java.awt.Container.preferredSize(Unknown Source)
    java.awt.Container.getPreferredSize(Unknown Source)
    java.awt.Window.pack(Unknown Source)

    Hi,
    pack() is not getting called from event dispatch thread. This is getting called from a modal dialog which tries to display itself from the constructor of it.
    At this time the EventQueue thread is having the following trace,
    Thread::: Thread[AWT-EventQueue-2,6,javawsApplicationThreadGroup]
    java.awt.Component.invalidate(Unknown Source)
    java.awt.Container.invalidate(Unknown Source)
    javax.swing.JComponent.revalidate(Unknown Source)
    javax.swing.plaf.basic.BasicTextUI$RootView.preferenceChanged(Unknown Source)
    javax.swing.text.View.preferenceChanged(Unknown Source)
    javax.swing.text.BoxView.preferenceChanged(Unknown Source)
    javax.swing.text.View.preferenceChanged(Unknown Source)
    javax.swing.text.BoxView.preferenceChanged(Unknown Source)
    javax.swing.text.View.preferenceChanged(Unknown Source)
    javax.swing.text.BoxView.preferenceChanged(Unknown Source)
    javax.swing.text.View.preferenceChanged(Unknown Source)
    javax.swing.text.View.preferenceChanged(Unknown Source)
    javax.swing.text.GlyphView.changedUpdate(Unknown Source)
    javax.swing.text.LabelView.changedUpdate(Unknown Source)
    javax.swing.text.html.InlineView.changedUpdate(Unknown Source)
    javax.swing.text.View.forwardUpdateToView(Unknown Source)
    javax.swing.text.FlowView$LogicalView.forwardUpdateToView(Unknown Source)
    javax.swing.text.View.forwardUpdate(Unknown Source)
    javax.swing.text.View.changedUpdate(Unknown Source)
    javax.swing.text.FlowView.changedUpdate(Unknown Source)
    javax.swing.text.ParagraphView.changedUpdate(Unknown Source)
    javax.swing.text.View.forwardUpdateToView(Unknown Source)
    javax.swing.text.View.forwardUpdate(Unknown Source)
    javax.swing.text.BoxView.forwardUpdate(Unknown Source)
    javax.swing.text.View.changedUpdate(Unknown Source)
    javax.swing.text.html.BlockView.changedUpdate(Unknown Source)
    javax.swing.text.View.forwardUpdateToView(Unknown Source)
    javax.swing.text.View.forwardUpdate(Unknown Source)
    javax.swing.text.BoxView.forwardUpdate(Unknown Source)
    javax.swing.text.View.changedUpdate(Unknown Source)
    javax.swing.text.html.BlockView.changedUpdate(Unknown Source)
    javax.swing.plaf.basic.BasicTextUI$RootView.changedUpdate(Unknown Source)
    javax.swing.plaf.basic.BasicTextUI$UpdateHandler.changedUpdate(Unknown Source)
    javax.swing.text.AbstractDocument.fireChangedUpdate(Unknown Source)
    javax.swing.text.html.HTMLDocument.fireChangedUpdate(Unknown Source)
    javax.swing.text.DefaultStyledDocument$ChangeUpdateRunnable.run(Unknown Source)
    java.awt.event.InvocationEvent.dispatch(Unknown Source)
    java.awt.EventQueue.dispatchEvent(Unknown Source)
    And, whenever a client hang happens I am seeing both the stack traces in the thread dump.

  • Editing the Query name for all reports in PRD.

    Dear All,
    I have created 25 reports using Query Designer.We have moved all the reports to BI Production. And Clients are using these reports using the Tool Bex Analyser.
    Every time they are navigating through open Query -> Info Areas -> Data targets and Query.
    Instead of going this way, is there any other way to Open a query easily.
    And they wants to modify the Report name and the Technical name for all the reports. Can we able to edit the Query name for all reports, or do i need to go for SAVE AS for all querys.
    Pls Suggest.
    Thanks,
    Ram

    Hi Ram,
    1. For the first question; if it user specific query then ask the users to save them at the FAVORITES so that there is no need to go to the dataprovider specific.
    Or they can create the reports as favorites user menu screen of that particular user.
    2. In order to change the technical name and description of the queries goto RSZC t-code> give the source and target infoprovider as same> select queries>click on the reports>click on transfer selections-->
    Then you get a screen to change the description and technical name.
    But this is pertained to Infoprovider level.
    You can see all the reports on the infoprovider (cube/ods).
    Hope you understood.
    Regards,
    Ravi Kanth

  • Publishing server doesn't work - error 'The request URL doesn't contain the query string for the client OS'

    Hi,
    I'm trying to setup an App-V environment in my lab.
    I've used the App-V 5.0 Trial guide to help me configure all necessary components.
    I'm able to install everything without error.
    when come time to publish an app, it simply doesn't show up on my client.
    after looking at events on the client and server, I found that the Publishing server is returning under Admin the following message.
    'The request URL doesn't contain the query string for the client OS'
    My setup is pretty simple.
    App-V Server managament and Publishing on the same box
    App-V database on my SQL server.
    I'm able to see the publishing "webpage" by using http:://localhost:889.
    It only display this :
    -<Publishing Protocol="1.0"
    <Packages />
    </Publishing>
    I've published one app from the management console.
    any idea what could mean this error?
    thanks

    Hi,
    thanks for the link.
    I've validated the suggested debug steps. It seems that the problem is with my Publish server again.
    I've looked in the web.config file. It seems to be missing some parts compare to the example provided.
    Again, I've published an application from the management console. Management and Publishing are running on the same box, while SQL is remote.
    Here's the web.config
    <?xml version="1.0" ?>
    - <configuration>
    - <system.web>
    <compilation debug="false" targetFramework="4.0" />
    <machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" />
    - <authentication>
    - <!-- We don't support form authentication, but this will supress x-ray security warning
    -->
    <forms requireSSL="true" />
    </authentication>
    </system.web>
    - <system.webServer>
    - <modules runAllManagedModulesForAllRequests="true">
    <add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </modules>
    - <security>
    - <requestFiltering>
    - <verbs>
    <remove verb="GET" />
    <add verb="GET" allowed="true" />
    </verbs>
    </requestFiltering>
    </security>
    </system.webServer>
    - <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
    + <behaviors>
    - <serviceBehaviors>
    - <behavior name="">
    <serviceAuthorization impersonateCallerForAllOperations="true" />
    <serviceMetadata httpGetEnabled="false" httpsGetEnabled="false" />
    </behavior>
    </serviceBehaviors>
    </behaviors>
    - <bindings>
    - <webHttpBinding>
    - <binding name="SecureBinding">
    - <security mode="Transport">
    <transport clientCredentialType="Windows" />
    </security>
    </binding>
    <binding name="UnsecureBinding" />
    </webHttpBinding>
    </bindings>
    - <protocolMapping>
    <add scheme="http" binding="webHttpBinding" bindingConfiguration="UnsecureBinding" />
    <add scheme="https" binding="webHttpBinding" bindingConfiguration="SecureBinding" />
    </protocolMapping>
    - <standardEndpoints>
    - <webHttpEndpoint>
    - <!--
    Configure the WCF REST service base address via the global.asax.cs file and the default endpoint
    via the attributes on the <standardEndpoint> element below
    -->
    <standardEndpoint name="" helpEnabled="true" automaticFormatSelectionEnabled="true" />
    </webHttpEndpoint>
    </standardEndpoints>
    </system.serviceModel>
    </configuration>

  • Brand new 27'' i5 iMac hangs for ever at the apple screen

    After 10 days of normal usage, by brand new iMac 27'' i5 started to hang during startup (rotating cursor at the apple screen). I found unreparable errors with Disk Utility, erased and re-formatted disk with zeros and reinstalled Mac OS X snow leopard. The iMac worked for a short period but soon after restarting gave the same problem of hanging at startup and unreparable disk errors. Resetting SMC and PRAM made the situation only worse since the Mac OS X startup disk refused to eject or operate (pressing C at startup). My only contact with the iMac (the slow DVD player) was now unreachable, too
    I contacted Apple Call Center in Greece and asked them if I could return this faulty iMac (Dead On Arrival, DOA) with a new one, since I don't want any Service Center fiddling with a brand new, expensive but faulty iMac, that could soon give the same or worse problems. They told me that it is not Apple's policy in many countries(??) to replace DOA Apple machines.
    I was wondering if this is true in other countries and whether Apple would play with it's own reputation by forcing users to "live" with "faulty in the box" Apple computers.
    I'm very sad since I paid 2000 euros and the only thing I got is all this aggrevation!!
    Any help or information and similar experiences would be appreciated.

    Hi I posted this reply on another topic today re freezing and hanging imac but it seems to have gone missing so I am posting this copy now so you will see what I have done. I have had the same freezing/hang problems. My imac is ok for a few minutes and then freezes. So after a lot of frustration I brought it to an Apple agent on 16th December. He could not find any obvious problem so he rebuilt directories with disk warrior and it worked perfecttly until the 24th December
    and it was turned off until the 31st December. When it was restarted again it was back to the same spinning beach ball of death. I tried verify permissions and disk repair which said no obvious hard disk problem. I too sent screen shots to Apple on the 6th Jan but have heard nothing back from their engineers. So I brought my imac back to Apple agent on the 7th Jan and he has told me he has replaced the hard drive because I really think he could not pinpoint the real problem. My data could not be retrieved. The cost to me is 249euro or $303. Not really impressed with Apple or imac as this is the second big problem with this imac in 3 years and this time it is not covered by warranty. My computer equipment is never abused or worked full belt. So frustrating as I have loss 11 days worktime. If all these problems appear to be an Apple problem I think the least they can do is fix them for free

  • JDBC query hangs for 60 seconds

    Hi,
    I'm trying to perform a series of very simple queries on a 8.1.7 database with jdk1.4 and ojdbc14 drivers. Every now and then, a query just hangs for exactly 60 seconds before continuing, without throwing any kind of exception. This sometimes happens after a couple of hundred queries, but it can also be after 4 or five. I thought maybe the database runs out of cursors, but then I would get an exception right? After every query, I close the ResultSet and Statement, so it should work just fine. When I tested the same program on PostgreSQL 7.2, it worked perfectly. Is this a problem with the Oracle JDBC drivers, or am I missing something?
    Here's the code of my simple test app:
    import java.sql.*;
    import java.io.*;
    class JdbcTest {
    public static void main (String args []) throws Exception {
    DriverManager.registerDriver (new oracle.jdbc.OracleDriver());
    Connection conn = DriverManager.getConnection
    ("jdbc:oracle:thin:@foo.bar.com:1521:BLABLA","test", "test");
         for (int i=0;i<500;i++) {
         Statement stmt = conn.createStatement ();
         ResultSet rset = stmt.executeQuery ("SELECT sitenr,omschrijving FROM site");
         while (rset.next ())
              System.out.println (rset.getString (1) + ": " + rset.getString(2));
         rset.close();
         stmt.close();
    conn.close();
    }

    Here's the thread dump:
    "Signal Dispatcher" daemon prio=10 tid=0x009E8118 nid=0xdc4 waiting on condition
    [0..0]
    "Finalizer" daemon prio=9 tid=0x0003E6F0 nid=0xdd4 in Object.wait() [ab1f000..ab
    1fd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <02F81698> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <02F81698> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x0003D2C0 nid=0xdd8 in Object.wait() [aa
    df000..aadfd88]
    at java.lang.Object.wait(Native Method)
    - waiting on <02F81700> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:426)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:113)
    - locked <02F81700> (a java.lang.ref.Reference$Lock)
    "main" prio=5 tid=0x00034AB8 nid=0xdc8 runnable [7f000..7fc3c]
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at oracle.net.ns.Packet.receive(Unknown Source)
    at oracle.net.ns.NetInputStream.getNextPacket(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.net.ns.NetInputStream.read(Unknown Source)
    at oracle.jdbc.ttc7.MAREngine.unmarshalUB1(MAREngine.java:931)
    at oracle.jdbc.ttc7.MAREngine.unmarshalSB1(MAREngine.java:893)
    at oracle.jdbc.ttc7.Oopen.receive(Oopen.java:105)
    at oracle.jdbc.ttc7.TTC7Protocol.open(TTC7Protocol.java:586)
    - locked <02FCA940> (a oracle.jdbc.ttc7.TTC7Protocol)
    at oracle.jdbc.driver.OracleStatement.<init>(OracleStatement.java:385)
    at oracle.jdbc.driver.OracleConnection.privateCreateStatement(OracleConn
    ection.java:772)
    at oracle.jdbc.driver.OracleConnection.createStatement(OracleConnection.
    java:712)
    - locked <02FCA890> (a oracle.jdbc.driver.OracleConnection)
    at JdbcTest.main(JdbcTest.java:11)
    "VM Thread" prio=5 tid=0x009E5030 nid=0xde0 runnable
    "VM Periodic Task Thread" prio=10 tid=0x009E6E00 nid=0xdd0 waiting on condition
    "Suspend Checker Thread" prio=10 tid=0x009E7750 nid=0xdcc runnable

  • For some reason I am unable to load the updates from the App Store for ever notes. When I try to, I am told I am already on a new version, which in fact is not the case. Anyone else with exposure to this? I have also written to Evernote and App Store

    Similar configuration and circumstances incuding unexplaining lag time in keyboard and mouse both just s
    s
    Check your purchase history and see what shows?  Check to see if your Apple ID has had any pw changes recently and if it is still registered as before.  I found some unsual anomolies is this area where and Apple ID fail off the radar screen apparently and then reappeared and that was for I Tunes.  I am having the same problem with App Store as I did a recent wipe of my Mac OSX hard drive and I Pad 2.  Initially it appeared  a gap in records, so where are the other apps i know i purchased, then with I Tunes, restrictions around ability to download music on my Mac, which I had been doing all year, and transfer to I Pad 2 or I Phone, which i had been doing all year long as wll.  The I Tunes matter has gotten better, but I've engaged Express Support, Contacted Store, and others, have not received a definte explanation yet
    From an App Store perspective, I noticed at least 50% discrepancy verus what I have bought and what they had showing. Again, some i think will be linked to the disappearing and reappearing Apple ID  which i can only assume is a sporadic database issue, but quite stratling and problematic if you need your apps restored quicly.
    I have a similar configuration, plus had Lion Server, have not reinstalled server yet, awaiting stabiliztion of OSX, but i think that may have some relevance to the location of a variety of the elusive content, but only a hunch at this point.
    There are a number of virus elements which have not been picked up consistently. Some operating as bots within a platform where they actually take charge of certain activites and it becomes a struggle to rid them. I am using  Kaspersaky Universal One which has helped some we had over 17 threats in 1 hour yesterday, but they diffused them.  I've got so many odd issues happening now like downloads directed to the wrong folders for major loads to typing locking up  on both blue tooth and usb but i notice a quick switch makes a difference.  Hint Hint, so i feel like I am in the Bermuda Triangle right now with so many strange things happeining including the post below about Evernote, same here.  Pay close attention to Virus, Malware, and check your log files for unusual activities and and also watch your key chains closley for any attacks. Some of the problems i have encountered actually involve activities taking place within sttps: sessions, so I think a number of things are going on that require an intense focus from the user, Apple Tech and Security and outside resources, because it is becoming more widespread and even though I believe some can be explained relative to user error and lack of familierity, some cannot as the timing and acceleration is to coincendental in my humble opionion.  Hope these areas to look for offer some resolution for you as well as some insight into other areas that could be problematic if not closley monitored.

    I think not the question, but "What is your issue"?  Afraid to learn the truth of today's reality of Cyber threats and to give other community users the the benefits of such or too just mimize my response as a "wandering rant" ?
    I'm actually going to take the high road on this one "for the most part" in contrast to the response you provided to me which reflects your seemingly low road mentallity and lack of appreciation for a new member simply trying to add some value based on recent and current real world experience:
    1) I am a new community member and inadvertently may have submitted a response to a problem i saw versus submitting a question; however, i quickly noted that point.
    2) I selected Mac OSX 10.7.3 Lion, Lion Server and other products ( that's right, i do own Apple products) for their resiliency to virus, malware, and for their peformance, design and reputation. I still believe I made the right decison.
    However, I take exception to your inherent criticism and vailed insults on behalf of myself and the large number of excellent Apple Support representatives, many Sr. Advisors, and External Virus/Malware experts engaged, at the suggestion of Apple and others to help resolve my system issues.
    Downloading of Apps from AppStore, I Tunes, and Evernotes were in one way or another impacted by these virus, malware and hacker activites.  To the credit of Apple, i have not found a single fradulent transaction, however the trouble makers had broader objectives which have caused problems and easily could many others both consumer and enterprise class. Given ongoing criminal investigation, l'll keep those particlualrs confined
    If you actually took time to read my "rant" versus simply belittiling and criticizing my sincere efforts to help somone else you would see there are some meaningful points to take into consideration. You want the post removed, feel free, it only shows to further reflect your naivety and lack of consideration for others unless it suits your myopic and narrow minded perspective to the real cyber threats we all "can" face. Even selecting Mac arguably one of the very best platforms, still does not afford you the flexibiity to assume you or your company, as in my case, is immune.
    If i told you the specifics, of course, it would clearly be beyond your comprehension as your mind is obviously too closed to even consider the thought let alone understand the intricacies of their tools and tactics. Write to the Wall Street, NY Times, you suggest; please, you simply bury your self further in the sand by haphazardly suggesting such a foolish idea. Just another petty attempt to diminish the threat and again show your lack of respect for a quality company and organizaton as Apple who is aggressively working to address my concerns and plan for the next product release without giving up IP and wasting time answering to the media when there is real work to be done industry wide.
    In contrast, I will let Apple to what Apple does best...get it or still not ??  See, they have seen for a long time what you clearly don't, and that is that no system is ever perfect. That is why Mountain Lion will have a NextGen Firewall & associated tools a.k.a Cyber Castle, which has been under  development for sometime and reviewed by industry experts before release so as usual Apple will do their very best to get it right and will again be advanced in many ways ahead of the pack.
    So, i've wasted too much important time trying to open your eyes to reallity. When you wake up in the morning, remove your head from the sand and wipe the grains from your eyes, have a read of this....oh, and don't bother responding or apologizing.  As you said, it's not worth your time to hear from me; in contrast, I felt it was worth my time to keep you from misleading others by your lack of respect for the real Cyber threats we face and that any system designed can be penetrated if the bad guys want in bad enough.  Time to get real Sand-man.....

  • Allow the external access to the query massage for WEBI in BO 4.0 ,

    Hi ,
    I created the BEX query and in query properties I checked " Allow External access to this query" and saved the query
    but this check box  option  " Allow External access to this query"  is not saving .
    is there any note need to be implimented for this problem.
    I created the the connection using the information design tool.
    I'm trying to create the Webi using BICS connection form BEX query through Web intellengence rich client
    it is giving the message like "it is not possible to use this Bex query as source for Web intellengence reports. Ask your administrator to edit this query so that it can be used by
    web intellengence and enable the query propery" Allow External access to this query.
    we are using BI - 7.35 support pack  4  and BO - 4.0 SP2
    Did any one has faced this issue, Could you please send your comments
    Regards
    JV
    Edited by: Jennie Juvvanapudi on Oct 13, 2011 3:43 AM

    Upgrade your SAP GUI to 720 and there will be a updated patch at service market place for GUI 720 which will resolve this issue.
    When we faced same issue we had upgraded and our system currently shows
    SAP GUI Release: 720 Final Release
    File Version: 7200.3.7.1066
    Build:            1257409
    Patch Level: 7
    Thanks,
    Suresh

  • Using an "EXISTS" test in the QUERY parameter for an expdp

    Has anyone successfully used EXISTS in the QUERY parm during an export datapump? I can get IN to work, but not exists:
    Works:
    tables=fred.export1
    directory=dpump_dir_dev
    dumpfile=expdpdev_export_test2_20101216.dmp
    logfile=expdpdev_export_test2_20101216.log
    query=export1:"WHERE state in (select state from fred.export2)"Doesn't work
    tables=fred.export1
    directory=dpump_dir_dev
    dumpfile=expdpdev_export_test4_20101216.dmp
    logfile=expdpdev_export_test4_20101216.log
    query=export1:"WHERE exists (select * from fred.export2 where fred.export2.state = fred.export1.state)"Oracle unhappy:
    Processing object type TABLE_EXPORT/TABLE/TABLE
    ORA-31693: Table data object "FRED"."EXPORT1" failed to load/unload and is being skipped due to error:
    ORA-00904: "FRED"."EXPORT1"."STATE": invalid identifier
    . . .I tried "where export2.state = export1.state)" and that returned the same error
    It's like Oracle is aliasing the table or something, such that when I try to reference it in the WHERE clause of the subquery, it can't recognize it. Any ideas on another way of writing the EXISTS test? I can use IN, but in some cases that might be a list of values over 500,000 items long. Looks like an EXISTS runs faster as a SELECT statement, so I thought the same might be true during the datapump process.
    --=Chuck

    Hi,
    It looks like boolean expression in query does not work in expdp where as it works for in clause as in that case it is referring to export table column and matching it to the value from other table.
    "where export2.state = export1.state)" also will not work as you are only exporting export1 table so it does not have references to export2 table (as there is no select for export2 table)
    My 2 cents
    Regards

  • I have an ipod touch 4g 32 gb. after a week of use, i noticed that sometimes, after i unlock , the homescreen hangs for about 3-6 seconds.

    yes so this hanging issue is not all the time. it happens like almost half the times i unlock.
    i tried restoring. initially it was ok. then i downloadded an app from the appstore. after downloading i unlocked my ipod and it hangs.
    for sure it will hang at this time.
    then it continues to hang
    it is not jailbroken
    and its not only the homescreen. its just the whole device. during this hanging time no button will work. the touch interface does not work. nothing. after 5 seconds....everything is back to normal ... it is very very annoying
    plsss help!!!
    i tried
    1) reset (with all apps closed and wifi off)
    2)reboot
    3)restore (also dfu restore)
    im currently on ios 5.1.1.
    what should i doo???????
    pleeeeeaasssseeee help!

    Have you tried the Basic Troubleshooting Steps...
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414
    If you try all these Steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step... Be sure to make an appointment first...

  • How can I setup the query timeout for SQVI in basis?

    Hi,
    I want to setup query timeout for a particular user so that if his query (created in SQVI) takes more then say 10 minutes, it automatically times out and system resources are freed up.
    How can I do this for a specific user? Also in case I cant do it for a specific user how can I do it for all users?
    Thanks for reading

    The memory is limited by the parameters
    abap/heap_area_dia
    abap/heap_area_nondia
    abap/heap_area_total
    which are system wide.
    If a user requests more memory than those, the program will dump.
    Markus

  • Query runs for ever

    I have three summary tables which are yearly,monthly and daily. The yearly table has year and some aggreagted facts. The monthly table has year,month and some aggregated facts while day table has year,month and day and some aggregated facts.
    I ran a Query on yearly table and monthly table with a join on year for these fields
    Year(year from yearly table)
    month and some aggregated facts (monthly table). This query runs forever. But if I pull all these fields from monthly table it runs fast. Can I join on year to pull the data. I dont have any keys in these tables.

    Query from different tables:
    SELECT
    PMAC.ACT_ALL_SUM_YEAR.DEPT_AIRPORT,
    PMAC.ACT_ALL_SUM_YEAR.ARR_AIRPORT,
    (PMAC.ACT_ALL_SUM_YEAR.DATE_YEAR),
    PMAC.ACT_ALL_SUM_MONTH.AVG_AIRB,
    (PMAC.ACT_ALL_SUM_MONTH.DATE_MONTH)
    FROM
    PMAC.ACT_ALL_SUM_YEAR,
    PMAC.ACT_ALL_SUM_MONTH,
    PMAC.ACT_ALL_SUM_DAY
    WHERE
    ( PMAC.ACT_ALL_SUM_YEAR.DATE_YEAR=PMAC.ACT_ALL_SUM_DAY.DATE_YEAR )
    AND ( PMAC.ACT_ALL_SUM_DAY.DATE_YEAR=PMAC.ACT_ALL_SUM_MONTH.DATE_YEAR )
    AND
    PMAC.ACT_ALL_SUM_YEAR.DEPT_AIRPORT = 'ATL'
    AND
    PMAC.ACT_ALL_SUM_YEAR.ARR_AIRPORT = 'JFK'
    AND
    (PMAC.ACT_ALL_SUM_YEAR.DATE_YEAR) In ( '2001','2002','2003' )
    )Query to pull data from single table:
    SELECT
      PMAC.ACT_ALL_SUM_MONTH.AVG_AIRB,
      (PMAC.ACT_ALL_SUM_MONTH.DATE_MONTH),
      PMAC.ACT_ALL_SUM_MONTH.ARR_AIRPORT,
      PMAC.ACT_ALL_SUM_MONTH.DEPT_AIRPORT,
      (PMAC.ACT_ALL_SUM_MONTH.DATE_YEAR)
    FROM
      PMAC.ACT_ALL_SUM_MONTH
    WHERE
       PMAC.ACT_ALL_SUM_MONTH.DEPT_AIRPORT  =  'ATL'
       AND
       PMAC.ACT_ALL_SUM_MONTH.ARR_AIRPORT  =  'JFK'
       AND
       (PMAC.ACT_ALL_SUM_MONTH.DATE_YEAR)  In  ( '2001','2002','2003'  )
      )These are two queries which I was working on. The first query takes too much time to run and it runs fast on the second query. How can I optimise the first query. Can we include any keys in these tables to make the query faster.
    Edited by: user9518444 on Dec 3, 2008 7:34 AM
    Edited by: user9518444 on Dec 3, 2008 7:38 AM

Maybe you are looking for

  • Downgrade to IPhoto 09

    I install IPhoto 11 but I don't like it, there are many feature that I use in 09 version that are not in the new 11 version How can I downgrade to my old 09 version Thx Martin L

  • Downloading music from my ipod to itunes

    Can someone help me in answering if it is possible to download music from my ipod to my itunes?

  • Trigger purchase order workflow

    Hi friends.. I am using standard worklow 20000075 for purchase order creation.. when iam create purchase order, the workflow is to be triggered.. for that purpose what can i do.. I want to set two level of approval.. iam triggering the event using pf

  • Running 10.4.6 on a G3 iBook and my Adddress Book won't open

    sorry, i posted this as a 'reply'-- and have re-posted it: I have a G3 iBook and my Address Book 4.0 won't open. I have tried re-installing from Tiger but I now have an OS later than Tiger, and am reluctant to go back. Also I don't know how to select

  • Altering Materialized view.

    I have a materialized view with 2 columns, Now I want to add two more columns to that MVIEW. Is there any way to add those two columns without droping the existed materialized view. CREATE MATERIALIZED VIEW MDT.MASTER_MV BUILD IMMEDIATE REFRESH COMPL