Understanding/reading set option show_* on

We have a bad query plan on a query which I can't see why its been chosen.
Its doing table reformatting which we can solve with a set store_index off.
The indexes have been reorg-ed and the stats are up-to-date.
I tried set option show_lio_costing on and looked at the output but it was rather large to understand.
( I also tried set option show_lio_costing on on a 2 table join and the output was over 400 lines long)
Is there a guide to understanding the output of these options ?
What's the most important lines I should be looking for ?
A very useful feature for the the next version of ASE would be a mechanism to present a simple explanation of the query plan selection.

> 1.Are they have composite indexes?
>  If so, how did you update their statistics?
>   update index statistics or update statistics?
>  For ASE 15.7 you have to use 'update index statistics' command.
I've tried update statistics and update index statistics but as the search col doesn't have any index on it then I wouldn't expect this to help.
> 2.Below set options will help you to understand it.
> 2.1.check missing statistics
> set option show_missing_stats on
The code is
     select * from A, B
    where A.col1 > 1234 and A.col2 = "A"
    and A.PK = B.PK
there are no indexes on A.col1 and A.col2 so I wouldn't expect stats on these columns which is shown by
NO STATS on column DB..A.col1
NO STATS on column DB..A.col1
Since almost any column in a table could be involved in a query would it make sense to create statistics on every column ? I can't think this would be realistic to do with the data volumes - but maybe I'm wrong ?
> 2.2.enable below options too
> set statistics io, plancost on
What should I be looking at ?
I'm not expecting ASE to have stats and get this query right in all cases.
I'm trying to understand the output from the set option show* so at least I can explain why ASE has chosen the plan it has. The output is huge and it not easy to read. I'm looking for something which might explain the output and what the most useful parts to look at.

Similar Messages

  • Warning about improper connections contains no "I understand the risks" options, I can't proceed

    I installing Thunderbird on Windows 8.1. I am trying to add 3 accounts. When adding the second account Thunderbird warned about insecure transmission of password. I clicked the "I understand the risks". No problem. When I tried to add my third account, I received the warning again only this time there was no "I understand the risks" option. I can't click 'Done', If I change the setting TB can't find the servers. I am stuck and unable to add my last account.
    I have TB installed on my laptop running Windows 7 and had no problems. I am using the same settings as in my version of TB on my laptop. The version of TB is 24.4 on both machines. Of course, the version of TB was younger when I installed on the laptop.
    Thanks, in advance, for any advice.
    Bill Halteman

    I'm stuck too, and don't know what to do.
    I am running windows 7.
    There is excellent documentation of this problem here - https://bugzilla.mozilla.org/show_bug.cgi?id=812750
    Problematically, the warning directs me t FAQ, but when I do a search what I find is that everyone is having the same problem.
    Further, my existing accounts now show Connection security - None and Authentication as Password, transmitted insecurely. I suspect I am lucky that my existing accounts still work.

  • Compilation Setting Option on IPod

    I've been using the compilation option on the IPod setting menu for a long time, since this has enabled me to toggle between either a complete view of all artists including those who are part of a compilation, or to a limited view that does not include "compilation" artists. Sometime recently (not sure when), that setting option has disappeared on my IPod. I don't think I did anything to remove that option. Does anyone know how to get that back? Perhaps that feature was removed with a recent IPod software upgrade, but I can't understand why such a useful feature would be eliminated.
    Any advice would be greatly appreciated.

    If you imported these CDs into iTunes as a compilation, the artists won't show in the artists menu on the iPod.
    That's how it's meant to work, the idea being it prevents the artist menu being cluttered up with single entry artists on (for example) those "Now that's what I call garbage music" CDs.

  • How set options are related to keeping the transaction short.

    HI,
    Generally it is said, keep transactions short.
    i noticed transaction starts from begin tran.
    q1)so i wanted to know , keeping set options at the top is correct with respect to keeping transactions short
    or can i bring few of them down?
    q2)keeping set options at the top , above the variable declaration ?
    q3) is there any of following.
    SET NOCOUNT ON
    SET XACT_ABORT ON;
    SET TRANSACTION ISOLATION LEVEL SNAPSHOT
    CREATE PROCEDURE abc
    AS
    BEGIN
    SET NOCOUNT ON
    SET XACT_ABORT ON;
    SET TRANSACTION ISOLATION LEVEL SNAPSHOT
    declare @a bigint
    BEGIN TRY
    BEGIN TRAN
    COMMIT TRAN
    END TRY
    BEGIN CATCH
    ROLLBACK TRAN
    END CATCH
    SET XACT_ABORT OFF;
    END
    Q3) In above case which one is good.
    IF @@TRANCOUNT >0  ROLLBACK TRANSACTION 
    or
     IF ((XACT_STATE()) = -1 or (XACT_STATE()) =1)
    ROLLBACK TRANSACTION 
    note: I want to rollback if control comes into catch block.
    yours sincerely

    Q3) in this question i had asked @@trancout or xact_state() should be used.
    Use @@trancount.
    and please conferm if i need
    SET TRANSACTION ISOLATION LEVEL SNAPSHOT
    As I said, This should not be everywhere, only for transactions needs that semantics.
    Use snapshot isolation when you need to compute something from a consistent view where you cannot handle updates that comes in after you started executing.
    But using snapshot isolation also means that you are reading stale data, and you can produce incorrect results when using snapshot incorrectly.
    So I am not going to confirm anything. You need to understand what you are doing.
    Well, one thing I can say, it may make sense to always put
    SET TRANSACTION LEVEL READ COMMITTED
    in triggers.
    the in which order i should put following
    SET NOCOUNT ON
    SET XACT_ABORT ON;
    SET TRANSACTION ISOLATION LEVEL SNAPSHOT
    The order does not matter.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • "This Connection is Untrusted" without the "I Understand the Risks" option?

    I am running Firefox 33.1 on Windows 7 Ultimate. In the recent past I get the "This Connection is Untrusted" message every single time I sign into a hotel or airlines club to get access to the internet. The accompanying "I Understand the Risks" option is not present, just the "Get Me Out of Here." If I did not have Opera and Chrome and IE on my computer as a back-up I would not be able to access the internet other than when I am at home. Please do not suggest clearing cache and cookies. In my 30 + years of computing experience the only time that has helped is with a password issue, when a password seems to get locked in.

    does it make a difference when you go into the firefox ''menu ≡ > options > advanced > network > connection - settings...'' and set firefox to directly connect to the internet (that's the 'no proxy' option)?

  • How does one set options such that the entry for a successfully downloaded file automatically got removed from the download window?

    In earlier versions of Firefox, I could set options such that when a download completed successfully, the download entry was automatically removed from the download windows. I don't seem to be able to get this functionality in ver 13.0.1. In this version, i have to right click on each completed download entry, and choose "remove from List". This is very cumbersome.
    I really liked the earlier auto cleanup as it left only pending, current and failed downloads in the Download window - just the stuff I needed to pay attention to. Is there any way to set up ver 13.0.1 to make things work the way they worked so well earlier.
    A related issue may be that in the Privacy tab, the option for Browsing and Download history have been combined (were they separate earlier? - don't remember). I want to keep my browsing history but not my download history. I can still clear them individualy in the "Clear Recent History" settings, so why can't I set the control for keeping either individually? Or can I?

    The download history is part of the regular browsing history, so you would have to disable the history altogether as you've already noticed.
    * Tools > Options > Privacy > History: Firefox will: "Use custom settings for history"
    **"Remember my browsing and download history"
    Firefox manages the downloads in the Downloads folder in the Library.
    * Firefox > History > Show All History > Downloads
    Future Firefox versions won't use the current download manager (pref: browser.download.useToolkitUI; Bug 726444), but use a toolbar button with a drop down list, similar to the Bookmarks Menu button.

  • ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit

    Hi All,
    I have a issue major issue while running Pages from Jdeveloper. The pages are erroring out.
    I guess it has something to do with Profile Options- MO: Operating Unit.
    Its very urgent.Can anybody help.
    Below is the ERROR STACK related to the same
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = AppsConnectionManager.appsInitialize(int,int,int,int,Connection):23120,-1,-1,0,oracle.jdbc.driver.OracleConnection@9aba32; REASON = java.sql.SQLException: ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit
    ORA-06512: at "APPS.FND_MESSAGE", line 498
    ORA-06512: at "APPS.FND_CLIENT_INFO", line 141
    ORA-06512: at "APPS.FND_GLOBAL", line 1977
    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 line 1
    ; ERRNO = 20001;
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:988)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.CreateIcxSession.createTransaction(CreateIcxSession.java:525)
         at runregion.jspService(runregion.jsp:103)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit
    ORA-06512: at "APPS.FND_MESSAGE", line 498
    ORA-06512: at "APPS.FND_CLIENT_INFO", line 141
    ORA-06512: at "APPS.FND_GLOBAL", line 1977
    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 line 1
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.CreateIcxSession.createTransaction(CreateIcxSession.java:525)
         at runregion.jspService(runregion.jsp:103)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit
    ORA-06512: at "APPS.FND_MESSAGE", line 498
    ORA-06512: at "APPS.FND_CLIENT_INFO", line 141
    ORA-06512: at "APPS.FND_GLOBAL", line 1977
    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 line 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2176)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2050)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2959)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:650)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:726)
         at oracle.apps.fnd.security.AppsConnectionManager.appsInitialize(AppsConnectionManager.java:472)
         at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:319)
         at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1773)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2460)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2398)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2257)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2650)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2584)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2564)
         at oracle.apps.fnd.common.WebAppsContext.createTransaction(WebAppsContext.java:2610)
         at oracle.apps.fnd.framework.CreateIcxSession.createTransaction(CreateIcxSession.java:504)
         at runregion.jspService(runregion.jsp:103)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit
    ORA-06512: at "APPS.FND_MESSAGE", line 498
    ORA-06512: at "APPS.FND_CLIENT_INFO", line 141
    ORA-06512: at "APPS.FND_GLOBAL", line 1977
    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 line 1
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.CreateIcxSession.createTransaction(CreateIcxSession.java:525)
         at runregion.jspService(runregion.jsp:103)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit
    ORA-06512: at "APPS.FND_MESSAGE", line 498
    ORA-06512: at "APPS.FND_CLIENT_INFO", line 141
    ORA-06512: at "APPS.FND_GLOBAL", line 1977
    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 line 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2176)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2050)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2959)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:650)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:726)
         at oracle.apps.fnd.security.AppsConnectionManager.appsInitialize(AppsConnectionManager.java:472)
         at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:319)
         at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1773)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2460)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2398)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2257)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2650)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2584)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2564)
         at oracle.apps.fnd.common.WebAppsContext.createTransaction(WebAppsContext.java:2610)
         at oracle.apps.fnd.framework.CreateIcxSession.createTransaction(CreateIcxSession.java:504)
         at runregion.jspService(runregion.jsp:103)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Thanks,
    Sombit.

    Hi,
    Can you please let me know where we can set the custom property MULTIORG_ENABLED in AM?Please see (Oracle Applications Multiple Organizations Access Control for Custom Code [ID 420787.1]) -- Search for "MULTIORG_ENABLED".
    Thanks,
    Hussein

  • "Message"setting options

    HI,
    I am trying to change the setting options in "Message"
    when I go in to "preferences" and into "Alerts" I change the "Event" to "Message Recieved" and then close by the red X, if I go back in, it has not saved it, and its gone back to the default "when I Log In" but I do get the sound when a new message comes in.
    The other problem is, I have selected Ring" as "Play a sound", which works fine, but if I try to change it to something else, the tick stays on the new sound I select, but I still get the "ring" sound.
    Third problem is, I tried the "voice" option, it works fine, but I have unticked it, and I am still getting the voice.
    Is there a way to save any of this, or is it a bug in the system ?
    Thanks for any replies.

    HI,
    What we have here is one app that had some of the functions that are now given to all apps via the System Preferences > Notifications.
    In iChat 5.0.3 (Snow Leopard) if you set the Global Alerts for "When I Log In" to include the Speech option it will say "Logged in to (Screen Name)"
    Messages (version 7.0.1) will also "read" your Account/Screen name when saying "Logged in to (Screen Name)"
    In Both versions you can tick the box to Bounce the icon in the DOCK but in fact it does not.
    I double checked ichat 4.0.9 in Leopard's last version and it also does not bounce the DOCK icon on setting it for logging in yourself.
    I then set the Bounce option in Messages (And iChat 5) to check "Messages Received" and "Text Invitation" and then sent Bonjour Messages to each computer.
    Messages will read the message but not state who from regarding Speech.
    In either case it also will not bounce the DOCK  (even if the app if Quit and restarted)  IF and I repeat IF the App is the front app
    iChat 5 acts in the same way.
    However the behaviour changes once the app is in the "background" or at least behind one other app (in this Case the Web Browser I was composing this reply in).
    Checking iChat 4 and iChat 5 reveals the same behavior.  If the "front" app - meaning your are already watching it in theory, then the icon does not bounce.
    The settings in Messages will override the System Preferences > Noticifications settings for Bounce and Sound.
    The Repeat bounce is very slow in Messages.
    For me the Notifications only work if the app is Open (it does not have to be in front of other apps)
    They do not work if the app is Quit.  (In fact iChat 5 Bonjour window takes away the text entry field and iChat 4 keeps the text field but will not add any messages to the Chat)
    However I have the Messages App Menu > Preferences > General section set to "When I Quit Messages, set my Status to Off line"
    If I un-do this and quit Messages then iChat 5 thinks Messages is On Line and a new Message will "wake" the app, show the Notification Alert or Banner, bounce the Dock and play the sound.
    So... App not the Front App will get the DOCK Icon to Bounce.
    once you have set the Messages Preferences to do so for "Message Received" or "Text Invitation" depending on which point in a chat you want to catch the incoming Message.
    The Notifications pane in System Preferences can be set to Banners or Alerts depending if you want them to stay until dealt with.
    I can't replicate this bit at the moment
    I have once or twice had the notification pop down when Messages was open, but then stopped and went back to only popping down when I had quit Messages.
    I tried having Messages in the background (behind the Browser) and sending it a (Bonjour) message.
    The Notifications were set to Banners (Automatic removal).  I then Quit Messages before bring  the app to the Front and reading the message.  I did not get a repeat Notification.
    8:14 PM      Saturday; January 26, 2013
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How to set optional for table structure in functiona module

    hi experts,
    as i have small doubt regarding
    while publishing web service by using rfc where i am unable to set optional for table structure i am able to put optional for import parameters may i know how to set optional for table structure ....
    reagrds prabhanjan

    Ignoring the TABLES/CHANGING/EXPORTING argument...
    while publishing web service by using rfc where i am unable to set optional for table structure i am able to put optional for import parameters may i know how to set optional for table structure
    Why not?  There's no issue with marking a TABLES interface parameter with 'Optional' and publishing the function module or function group as a web service...

  • Home Page setting option is not working. Home Page always reverts back to Modzilla Firefox Start Page.

    Home Page setting option is not working after saving a new or different home page on Firefox 19.0. When opening a new page (not tab) it always reverts back to the default "Modzilla Firefox Start Page" no matter what.

    That was it! There was a duplicate preference file in the profile folder. Followed the instructions under "Locked Preferences File" to
    6. Delete any prefs-n.js files where n is a number (e.g. prefs-2.js).
    Once I deleted it I was able to then save my preferred home page.
    Thanks!!

  • Version set option greyed out

    I use PSE 8 to organise and edit my photos. Today I edited a photo and when given the option to save the new version, the option to save as a version set with the original was greyed out and unavailable. Any idea what is going on here since I normally tick this box?

    If only it was that simple. The version set option is still greyed out when using "Save As". Experimenting further, I have discovered the greying out does not occur for all files I try to edit. The problem I am exoeriencing seems to be with some jpg files taken on an iPhone and emailed to me. There doesn't seem to be a problem with jpg files downloaded from my Ricoh Caplio camera. Could there be a setting in the picture meta data that interferes with how PSE handles the file?

  • Required PDP Setting option:EMPDP_SETTINGS_SUDO not available

    Hi all.
    In data guard installing process i have this problem in step destdirCreation.
    Failed to launch process: Auth-PDP: Required PDP Setting option:EMPDP_SETTINGS_SUDO not availablesink operation skipped due to source operation failure
    After, i'm turn on debug mode and retry all:
    10:49:36          [TRACE]          fileTransfer: validated parameters     
    10:49:36          [TRACE]          fileTransfer: source file /home/oracle/app/oracle/product/11.2.0/dbhome_1/dbs/orcl_61/initorcl.ora     
    10:49:36          [TRACE]          fileTransfer: destination file /home/oracle/app/oracle/product/11.2.0/dbhome_1/dbs/initorcl2.ora     
    10:49:36          [TRACE]          fileTransfer: source command null     
    10:49:36          [TRACE]          fileTransfer: destination command null
    Google have only 3-4 result about this problem. There people speak about emd.properties file.
    I will write in the end of this file this option, but it can't resolve problem.
    EMPDP_SETTINGS_SUDO=/usr/bin/sudo -S -u oracle

    Try this:
    https://support.oracle.com/epmos/faces/DocContentDisplay?_afrLoop=986528133794430&id=761863.1&_afrWindowMode=0&_adf.ctrl…

  • Spool set option or sh command?

    I have a unix shell script that among other things spools large files to an output directory. I send certain things in my shell to a log file.
    ldate=`date +%Y%m%d`
    log='output1_'$ldate
    echo '(1) EXPORT OUTPUT1' >> $log
    sqlplus -s $user1/$pswd1@$db1 @$sql_dir'output1.sql'
    I execute my shell by typing:
    nohup sh export_files.sh &
    If there is some kind of Oracle error it goes to nohup.out but the problem is so does the output I am spooling and they are large files.
    My sql file uses the following options:
    set pagesize 0
    set trimspool on
    set linesize 4000
    set echo off
    set verify off
    set serveroutput off
    set feedback off
    set long 4000
    set wrap off
    spool /home/user/output_files/output1.csv
    Is there an additional set option that I need in order to stop the spools from going to nohup or would this be a shell command?
    Thank you,

    Execute your shell script like
    nohup sh export_files.sh > file1  2> file2 &Standard output will go to file 'file1' and error stream output will go to file ' file2'. Make sure file1 and file2 are proper file names with fully qualified file names.

  • N70 HELP! no Setting option when click Options in ...

    Just got a new N70 today. it has the lastest firmware v 3.0546.2.3 18-11-05 RM-84.
    When i click options in Contacts, it doesn't have Setting option, which should allow me to change the way it displays names. I love the phone, but really hate it displaying Last Name first.

    Hi jiawei725
    It sounds as though you might be looking at the SIM Directory. When you select your phone book, does it say Contacts at the top of the display, or SIM Directory?
    If it says Contacts, you should find the Settings option under Options, which allows you to select Last name first or First name first. There is no Settings option under SIM Directory.
    Usually you are asked whether you want to transfer all your SIM numbers into your contacts, when you first put a SIM into the phone and start up. If you select yes, then it will copy them all for you.
    If it says Contacts at the top of the display, could you reply with a list of the options which are available when you select Options?

  • How do I set options to programs for my user. ie in .bashrc? (Solved)

    How can I set the following option to make in .bashrc ?
    MAKEOPTS="-j3"
    So the option gets activated each time i open a term/x-term
    Thanks
    Last edited by zann (2013-03-07 03:52:18)

    Sorry im little sleepy
    You know you can set option for make on the command line.
    $ MAKEOPTS='j3' make all
    I want to set that MAKEOPTS in my bashrc file for my user.
    Ive tryed
    in .bashrc
    export -x MAKEOPTS ..
    export -n MAKEOPTS ...
    declare -x MAKEOPTS ...
    Is it clear now what I want?

Maybe you are looking for

  • CAn I Upgrade My laptop CPU

    Hello I have an HP envy M6 with and amd A10 Processer running Windows 8. I also have an HP 2000 series running with an amd E-300 APU. My Envy screen is completley broke and no longer working. I dont have the money to get it fixed and too my knowledge

  • IS Webdynpro for ABAP/JAVA is same?

    Hi Friends, I'm a SAP technical consultant. I would like to learn webdynpro for ABAP. Can anyone of you tell me webdynpro for ABAP and webdynpro for JAVA are same? with webdynpro for ABAP Can we acheive what we can do with webdynpro for JAVA? Thanks

  • Nokia N8 softwere problem

    i have nokia n8 phone.. when i powering on its coming only nokia logo only........ any help.....

  • Pan Gesture doesn't get triggered

    Can Some one explain me why my "TransformGestureEvent.GESTURE_PAN" doesn't get triggered? All the other gesture events are triggered. I find it a bit confusing Oh yeah, i am developing for every platform but testing on a google phone nexus S package

  • Rpc.nfsd: unable to set any sockets for nfsd

    Hi all! I have problem.. [root@myhost ~]# /etc/rc.d/nfs-server restart :: Stopping rpc.mountd daemon [FAIL] :: Mounting nfsd filesystem [DONE] :: Exporting all directories [DONE] :: Starting rpc.nfsd daemon [BUSY] rpc.nfsd: unable to resolve ANYADDR: