Free Oracle Tool to Simplify Commonly Run Dictionary Queries

(orastat has a very good 'Hot Blocks' query)
Hi,
My co-workers and I at Agilent Technologies have developed a
useful tool to simplify running common dictionary queries. It
runs on UX and requires that you be the "oracle" user. You can
download it from
http://dbamon.com/orastat
For example, if you wanted info about a certain table, you could
query DBA_TABLE, DBA_INDEXES. With our tool "orastat", you would
just run 'orastat -ti <OWNER>.<TABLE>. Example:
2002/01/13-09:09:17 orastat | oraver=8.1.6 oraver3=8.1 sqlcmd=sv
2002/01/13-09:09:17 orastat | ORACLE_SID=DBA ORACLE_HOME=/opt/oracle/product/8.1.6
2002/01/13-09:09:17 orastat | Version=2.23 Host=bigdog Company=agilent
2002/01/13-09:09:17 orastat | Table Info for DBAMON.EVENTS
Table Data (from dba_tables)
Tablespace: DBAMON
RowCount: (Null) (From ANALYZE)
LastAnalyzed: (Null) (From ANALYZE)
Blocks: (Null) (From ANALYZE)
InitialExtents: 20971520
NextExtents: 8146944
MinExtents: 1
MaxExtents: 2147483645
PercentIncr: 1
BufferPool: DEFAULT
Index Data (from dba_indexes and dba_ind_columns)
Index: DBAMON.EVENTS_X1
Tablespace: DBAMON
LastAnalyzed: (Null) (From ANALYZE)
LeafBlocks: (Null) (From ANALYZE)
InitialExtents: 10485760
NextExtents: 2764800
MinExtents: 1
MaxExtents: 2147483645
PercentIncr: 1
BufferPool: DEFAULT
Index Column - Number: 1 Name: INSTANCE Length: 32 Descending: ASC
Index: DBAMON.EVENTS_X2
Tablespace: USERS
LastAnalyzed: (Null) (From ANALYZE)
LeafBlocks: (Null) (From ANALYZE)
InitialExtents: 131072
NextExtents: 983040
MinExtents: 2
MaxExtents: 2147483645
PercentIncr: 1
BufferPool: DEFAULT
Index Column - Number: 1 Name: TS Length: 7 Descending: ASC
Here is a list of all available orastat commands:
2002/01/13-09:07:48 orastat | oraver=8.1.6 oraver3=8.1 sqlcmd=sv
2002/01/13-09:07:48 orastat | ORACLE_SID=DBA ORACLE_HOME=/opt/oracle/product/8.1.6
2002/01/13-09:07:48 orastat | Version=2.23 Host=bigdog Company=agilent
orastat | Usage:
-- View This Help File
- Check for PMON Running, Show Oracle Version, Instance Status
-ad List Archive Destinations (v)
-al Show All Archived Logs
-an Analyze Table COMPUTE STATISTICS - 'orastat -an TABLE-OWNER.TABLE-NAME'
-ar Show Current DB Activity Rate
-au Show DB Audit Status
-az Show Current DB Activity Rate - Log to /opt/oracle/adm/cronlog/db_activity_rate_<SID>.txt
-ba List Contents of dbamon.backup_age Table
-bi List RMAN backup inventory -- ALL
-bp List running RMAN backup sessions (if any)
-br Backups: List all media written to since the last RMAN LVL0 backup
-c Configuration: View init.ora File
-ce Configuration: Edit 'vi' init.ora File
-cf List Control Files
-ck List Time of Last Checkpoint (from v$datafile_headers)
-cp Configuration: View Contents of v$parameter
-ct Coalesce TEMP tablespace
-de List All Datafiles, Online Redo Logs and Control Files (For Destroying a DB)
-df List Datafiles - Optional NOFSCHECK 2nd parm to prevent bdf'ing filesystem
-dc List Datafiles in 'cp' commands to copy all datafiles elsewhere
-ec Configuration: Edit 'vi' config.ora File
-er Display contents of DBA_ERRORS
-ex Select from plan_table
-fs Free Space in Each Datafile
-in List Indexes
-iv List INVALID Objects
-l List Archive Log Status
-lf List Redo Log Files
-li List Resource Limits (v$resource_limit)
-lk Locks - Current TX (Non-Row) Locks
-lh Lock Holders/Waiter
-lo List Current Table Locks
-ls Listener Status
-lv List LVOL's / Usage
-m View Last 20 Lines Of Alert Log
-ma Cat entire Alert Log
-mv 'vi' (read-only mode) Of Alert Log
-op OPS: View V$PING - Lock Conversions
-pi Performance: View Histogram of Datafile I/O
-pd Performance: View Data Block Buffer Hit Ratio
-pf Performance: View Total Cumulative Free List Waits
-ph Performance: Hot Blocks - Block With Latch Sleeps
-ps OPS (Parallel Server) Status
-pw Performance: Show segment names for tables with buffer waits
-ra List Rollback Segment Activity
-rb List Rollback Segments
-rc List And SHRINK All Rollback Segments
-rd List And ALTER MAXEXTENTS UNLIMITED All Rollback Segments
-ro List Roles
-rh List REDO Logs - History
-rl List REDO Logs - Files
-rp RMAN Long Operation Progress
-rs List REDO Logs - Status
-sb Standby DB - Show log gaps
-sc Sessions - By Session CPU Time
-sd Sessions - Details - Sessions, Running SQL and Waits
-se Sessions
-sg List SGA Usage
-sl SELECT * from table - name supplied as 2nd parameter
-sn SNAPSHOT - Run systemstate trace 3 times (for Oracle diagnostics)
-so List sorts by user
-sp List StatsPack Snapshot Data
-sq Run SQL - Pass SQL as argument in single quotes
-sr View Running SQL - 'orastat -sr SESSION_NUMBER'
-ss List default storage clause for all TABLESPACES
-st System Statistics
-su List Active Sessions - From Users Table (Under Construction)
-sw Session Wait Statistics
-ta List All Tables - From DBA_SEGMENTS (Name, TS, Size, Extents, Maxextents)
-tb Count Tables - By Schema
-tc Create Backup Schedule Template from List Of Tablespaces
-td describe table - name of table supplied as 2nd parameter
-ti Table Info - 'orastat -ti TABLE-OWNER.TABLE-NAME'
-ts List Tablespaces
-tt List 8i+ TEMPORARY Locally Managed Tablespaces
-tu Temp space usage by user
-tz List Tables - From DBA_TABLES
-ub List the byte count of data, by User
-ud List Users With ORADBA
-ug List Users Table Grants (Much Output) - 2nd Parm is optional grantee name
-us List All Users
-ut List the byte count of data, by User and Tablespace
-v List Oracle version and whether it is 32-bit or 64-bit
-vs List All Views
-vw Count Views - By Schema
-ws Wait stats - from v
2002/01/13-09:09:18 orastat | Found 2 Indexes
2002/01/13-09:10:45 orastat | oraver=8.1.6 oraver3=8.1 sqlcmd=sv
2002/01/13-09:10:45 orastat | ORACLE_SID=DBA ORACLE_HOME=/opt/oracle/product/8.1.6
2002/01/13-09:10:45 orastat | Version=2.23 Host=bigdog Company=agilent
orastat | Rollback Segments Statistics
RSSize : Current rollback segment size in bytes
A Xn's : Number of current transactions using the rollback segment
HWMSize : High Water Mark size in bytes
Wraps : Cumulative # of times a X'n continues writing from one
extents to another existing extent
Avg Actv: Avg # of bytes in active extents in the rbs measured over time
Name Extents Extends RSSize A Xn's Gets HWMSize Wraps Avg Actv Status Waits
SYSTEM 2 0 118784 0 2093 118784 0 0 ONLINE 0
R01 19 0 2719744 1 261027 2719744 505 143362 ONLINE 122
R02 20 0 2863104 1 263385 2863104 517 144526 ONLINE 164
R03 19 0 2719744 1 264369 2719744 517 143207 ONLINE 155
R04 19 0 2719744 0 267518 2719744 530 156265 ONLINE 139

If the application uses a single database session, you can also generate a SQLTrace file to analyse with tkprof by using either Oracle Enterprise Manager to turn on SQL Trace for the session, or use DBMS_MONITOR SESSION_TRACE_ENABLE(session_id, serial_num) - you then have to find the trace file on the datbaas eserver USER_DUMP_DEST and either read manually (the queries are easily visible) or use tkprof to analyze it Using Application Tracing Tools  Among other things tkprof can tell you the top resource consuming SQL statements.

Similar Messages

  • Running Oracle tools under WINE

    Has anyone had any success running windows-only Oracle tools (Discoverer Admin, Designer, etc) under WINE?
    I'll be trying this shortly but i'd be grateful if anyone could post any experiences to date.
    thanks
    Mark Rittman
    [email protected]

    I know of attempts to run JInitiator (a windows-executable, needed for running applets that
    are used on some webpages of Oracle Apps) with Wine. It never succeeded; Wine development
    was contacted but they had other priorities.
    Good luck. If you succeed, I'd appreciate it if you would share this information!

  • FREE Oracle 9i Data Dictionary Poster

    At Oracle OpenWorld 2001 the latest Data Dictionary reference
    poster became available for Oracle 9i. You can get own at
    http://ca.com/products/posters/oraclev9i_poster_form.htm

    Thanks for the tip!

  • Working on ETL tools interoperability using Common Warehouse Model (CWM)

    Hi All,
    Its just a piece of information and not a question.
    I have been working on proving the ETL tools interoperability using Common Warehouse Metamodel(CWM), an OMG standard. The whole concept is to take out the metadata from an ETL tool say OWB and put it into CWM Metadata Repository and this metadata can be used for building the same project in any other tool say Informatica or may be in the same ETL tool.
    The main thing in this process is to map each ETL tool with the CWM concepts and then using Model to Model Tranformations(Technologies like Xtend) one can set up a communication between different ETL tools.
    Till now I have worked with OWB only. I, with my team, have extracted all information from an OWB project (which has medium level of complexity like two oracle modules(schemas) and few tables, views and mappings with various operators) and put it in CWM repository and extracted it back from CWM MDR to OWB itself. We haven't worked with any other ETL tool because of the unavailablity of any other ETL tool with us. We will be working with Pentaho kettle in near future and try to prove the whole process as two way communication.
    The whole process can be described in steps as below :
    1. Creation of a manual OWB Ecore model(model representaion in Eclipse Modelling Framework) which gives all dependencies and reletionships in OWB objects like Project,OracleModule etc.
    2. Creation of CWM ecore model from Rational Rose mdl which has been provided by OMG on their site.
    3. Generation of Java code(Gen Model) from the above mentioned ecore model(It is needed to create an object from OWB).
    4. Extraction of project from OWB using public views which has been exposed by OWB itself. You can refer to [http://download.oracle.com/docs/cd/B31080_01/doc/owb.102/b28225/toc.htm|http://download.oracle.com/docs/cd/B31080_01/doc/owb.102/b28225/toc.htm] link for OWB public views and other APIs.
    5. (Actually Step 4 is a part of this step only )Writing a Java code which has JDBC connection for accessing OWB public views and Ecore model as imported java files(Step 3 has been done for this part only). This java code will return an OWB project object(instance of the Ecore model) which will be used in further steps.
    6. Writing an Xtend code to do a model to model tranformation from OWB to CWM.
    7. Writing an Open Architecture Workflow to combine all the steps in one step which will take the output of java code(step 5) and put it into Xtend Code(step 6) and then will take the output of Xtend code and give it to the XMIWriter(an OAW component) to write an XMI which is actually a CWM Ecore Model instance.
    8. Saving above XMI(CWM model instance) to the CWM MDR using Hibernate and Teneo.
    In the same way we can extract metadata from CWM MDR and put it into OWB. But the only problem with OWB is that we cannot persist OWB object in OWB repositories as OWB tables are very cryptic and tough to understand. So for that we have used TCL scripts(OMB Plus scripts) to create a project in OWB using OWB ecore instance. You can refer to the above oracle documentation link for TCL scripts.
    Let me know if I can assist you if you are working on the same.
    You can mail me for any queries. My email id is [email protected].
    Thanks,
    Deepak

    Hi
    1. Why do we need to install another standalone HTTP server in a separate home? Where do we use that server?
    DA: The separate HTTP server is for the Workflow Monitor, which is not necessary (it has some use cases mind you).
    2. To make the OWB work correctly while using ETL features, do we always need to run Workflow Configuration Assistant, because I wasn't able to generate code from OWB editor after building a mapping while Workflow Configuration Assistant wasn't running.
    DA: Not necessary, what error did you get? Mappings can be designed, deployed and executed without Workflow. Workflow can be used for orchestrating the the mappings (ie .running a bunch of them in a specific order with others tasks).
    3. Whenever I try to save my work in OWB, I get an error , message : Preference.properties (Access is denied). Though it saves my work but I don't understand why I am getting this error. It looks like OWB is trying to access some Property from the Preferences (Tools menu) but can't access.
    DA: It sounds like the directory where you have installed OWB does not have permissions for the OS user you are executing it. Is the install user different from the execution user? Either run using the installed user, or change the permissions of the directories (grant the executing user write permissions under all directories under owb).
    4. I also get error while closing the Mapping Editor :-
    DA. same issue as 3.
    Cheers
    David

  • How can I know the amount of free RAM when my VI is running?

    I need to know the amount of free RAM when my VI is running.

    If you are using Windows NT/2000/XP, monitoring free memory is very easy. Simply right click on the task bar and open the Task Manager. Click on the Performance tab, and you'll be able to monitor the physical memory total and available on your PC.
    If you are using Windows 9X, you will have to add some optional resources. Open Control Panel, then select Add/Remove Programs. Click on the Windows Setup Tab, and select System Tools, then click the Details... button. Check the boxes to install System Monitor and System Resource Meter. Click OK, and you will be prompted for your Windows CD. Insert the CD and Windows will add the monitoring tools. You can then use them to watch your free resources.

  • Problem creating a new Glassfish 4 server with Oracle Tools for Kepler

    Hello,
    I installed Oracle Tools for Kepler with no problem. But when I want to create a new server and fill in the directory to the server (which is valid, C:/glassfish4/glassfish), nothing happens. I can only click 'back' or 'cancel'.
    There is no error message.
    Is this a bug in Eclipse or Oracle Tools, or do I do something wrong ?
    Thanks in advance for help.

    Hi,
    Could you let us know where you installed the GlassFish tools plugins from ?
    Glassfish 4 support in OEPE has been available since Glassfish was released in June. But it looks like a bug may have been introduced in the latest build  available on  http://download.java.net/glassfish/ which does not exist in the version available at http://download.oracle.com/otn_software/oepe/12.1.2.1/kepler/repository
    The workaround on the version you are running is to enter a dummy password value and this should allow you to create the Glassfish 4 server.
    I will be filing a bug to track this issue
    thanks
    Raj

  • Oracles tools to generate  static and interactive reports

    Hi,
    What kind of oracle tools can generate statis and interactive reports, is there any free one, and where to get it?
    Thanks.

    user11017933 wrote:
    Hi,
    What kind of oracle tools can generate statis and interactive reports, is there any free one, and where to get it?
    Thanks.
    What type of reports you're looking? Performance report? you can use AWR but this is not free. You can use statspack instead
    Hope this helps
    Cheers

  • Oracle.jdeveloper.deploy.DeployException while running struts application

    I am using Jdev 9.0.4.0.0build(1347)to develop my Struts application.
    My application was running fine until yesterday.
    Now when I am try to compile my application I am getting "Internal compilation error, terminated with a fatal exception".
    Also when trying to run/debug its giving following error:
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.syncWithConnectionManager(Oc4jDataSourcesNode.java:68)
         at oracle.jdeveloper.runner.Oc4jStarter.transmogrifyConfigFiles(Oc4jStarter.java:993)
         at oracle.jdeveloper.runner.Oc4jStarter.startImplImpl(Oc4jStarter.java:626)
         at oracle.jdeveloper.runner.Oc4jStarter.startImpl(Oc4jStarter.java:590)
         at oracle.jdeveloper.runner.Oc4jStarter.start(Oc4jStarter.java:263)
         at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:524)
         at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:458)
         at oracle.jdevimpl.runner.debug.DebuggingProcess.startTarget(DebuggingProcess.java:623)
         at oracle.ide.runner.RunProcess$2.run(RunProcess.java:467)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Caused by: oracle.ide.marshal.xml.Object2DomException: Error parsing XML
         at oracle.ide.marshal.xml.Object2Dom.getDocument(Object2Dom.java:1169)
         at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:223)
         at oracle.jdeveloper.deploy.common.DescriptorIO.load(DescriptorIO.java:212)
         at oracle.jdevimpl.deploy.DescriptorNode.getLastSavedDescriptor(DescriptorNode.java:382)
         at oracle.jdevimpl.deploy.DescriptorNode.getDescriptor(DescriptorNode.java:347)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.getOc4jDataSources(Oc4jDataSourcesNode.java:55)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.syncWithConnectionManager(Oc4jDataSourcesNode.java:62)
         ... 15 more
    oracle.ide.marshal.xml.Object2DomException: Error parsing XML
         at oracle.ide.marshal.xml.Object2Dom.getDocument(Object2Dom.java:1169)
         at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:223)
         at oracle.jdeveloper.deploy.common.DescriptorIO.load(DescriptorIO.java:212)
         at oracle.jdevimpl.deploy.DescriptorNode.getLastSavedDescriptor(DescriptorNode.java:382)
         at oracle.jdevimpl.deploy.DescriptorNode.getDescriptor(DescriptorNode.java:347)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.getOc4jDataSources(Oc4jDataSourcesNode.java:55)
         at oracle.jdeveloper.deploy.oc4j.ds.Oc4jDataSourcesNode.syncWithConnectionManager(Oc4jDataSourcesNode.java:62)
         at oracle.jdeveloper.runner.Oc4jStarter.transmogrifyConfigFiles(Oc4jStarter.java:993)
         at oracle.jdeveloper.runner.Oc4jStarter.startImplImpl(Oc4jStarter.java:626)
         at oracle.jdeveloper.runner.Oc4jStarter.startImpl(Oc4jStarter.java:590)
         at oracle.jdeveloper.runner.Oc4jStarter.start(Oc4jStarter.java:263)
         at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:524)
         at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:458)
         at oracle.jdevimpl.runner.debug.DebuggingProcess.startTarget(DebuggingProcess.java:623)
         at oracle.ide.runner.RunProcess$2.run(RunProcess.java:467)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    I don have any clue abt this. Pls help!!!

    Well i fixed the issue. There were some syntax mistakes in my "PayrollWS-data-sources.xml" file..

  • Plz can anyone tell me that which oracle tools/softwares....plz help!!!

    hi u all. i am newby here and i have finally decided to get prepare for 1z0-47/1z0-51 + 1z0-147. plz u can tell me that which type of oracle tools/softwares i have to install on my computer and for get prepare for that courses as i write above. also tell me that how can i register for these course on oracle official website. thnks in advance.

    user11292008 wrote:
    hi u all. i am newby here and i have finally decided to get prepare for 1z0-47/1z0-51 + 1z0-147. plz u can tell me that which type of oracle tools/softwares i have to install on my computer and for get prepare for that courses as i write above. oracle 10gR2/11gR1 database and sql developer 3.x its all free.
    also tell me that how can i register for these course on oracle official website.there is some options:
    1.for online classes
    2.for exam.
    .............for exam you need premetic voucher code,which you will get from prometic center only.
    thnks in advance.NB:-But [1z0-047|http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_047] is for expert and its tougher than [1z0-051|http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_051]. [watch this thread too|http://forums.oracle.com/forums/thread.jspa?threadID=909201&tstart=0]
    [check this link for certification and corresponding link for exam topics|http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=198&p_org_id=&lang=]

  • About Free Drawing Tool

    Hi,
    I want to develope a performance data monitor software using Java, so I need a drawing tool to draw the graph.
    For diffirent performance parameter, I need use diffirent color to draw it, so I need that the drawing tool can draw with COLOR as its inputing parameter.
    Could you tell me which free drawing tool can implement such function and where I can get it?
    Looking forward to your response.
    Thanks a lot
    Regards
    Huyong

    Thanks for giving the information , I am new Java
    ProgrammerAs someone new to Java this person should not be using an IDE until they can install the JDK, setup classpaths, run 'java' and 'javac' from the commandline, navigate the JavaDocs and manage packages manually, i.e. through a command line. Yes, this will result in a higher initial learning curve, but will pay off greatly in the future. If they want to use a simple text editor like JEdit or TextPad for syntax highlighting that's fine, but by using anything more like JBuilder, Eclipse, IntelliJ, NetBeans, etc. they'll be doing themselves a huge disservice.

  • No additional toolbar free transform tool in Illustrator CC

    i cannot find the small additional tool bar (like here http://www.youtube.com/watch?feature=player_detailpage&v=ctgGM2-J8Sw#t=69s) after i select the free transform tool. and of course the transformations do not work the way they are supposed to.
    please help!
    thx
    j

    j,
    You may also consider two other possibilities or similar.
    One is a corruption of preference settings. The following is a list of things to try when something is wrong (number 5) on the list is least likely).
    You may have been through 1) and 2) already.
    1) Close down Illy and open again;
    2) Restart the computer;
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy);
    Even more seriously, you may:  6) Uninstall, run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html
    The other is that the little tool bar is of screen; this can especially happen in connexion with dual monitors. You may try to increase the monitor reolution and see whether it turns up somewhere out there, and if it does, you may drag it in and reduce the monitor resolution again. It may create a bit of a mess to clear up.

  • The Oracle BI server is not running. The repositiry had to be closed

    Hi guys,
    I have a OBI Standard Edition 10.1.3.4.1.
    I have modify the rpd and if I try to "Check In Changes", the error appears: "The Oracle BI server is not running. The repositiry had to be closed".
    In the nQServer.log this error appears:
    [nQSError: 12002] Socket communication error at call=recv: (Number=10055) An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
    Why?
    The problem persist if I restart the services.
    The problem only occurs if I make a change in the Business Model Layer. The changes in the Physical Layer do not generate errors.
    Thank you,
    Sara

    Hi Sara,
    Can you please let us know, if there are any other messages in the NQServer.out.log ? I just googled around with this code to hit at the following link : http://www.bookmark-master.com/socket-error-10055.html
    Socket error (#10055): No buffer space available.
    Analyse & Solutions:
    An operation on a socket or pipe was not performed because the system lacked sufficient buffer space or because a queue was full. This error indicates a shortage of resources on your system. It can occur if you're trying to run too many applications (of any kind) simultaneously on your machine. If this tends to occur after running certain applications for a while, it might be a symptom of an application that doesn't return system resources (like memory) properly. It may also indicate you are not closing the applications properly. If it persists, exit Windows or reboot your machine to remedy the problem.
    From the above information, I understand that this is a system resource issue. Can you please recheck if your system has got enough resources?
    Hope this helps.
    Thank you,
    Dhar

  • How Do I find out if Oracle 8.1.5 is running in 32 bit or 64 bit mode?

    How Do I find out if Oracle 8.1.5 is running in 32 bit or 64 bit mode? Can anyone please respond that may know the answer to this? It would help a bunch. Thanks!
    Greg

    Hi,
    To find out wheter 32 or 63-bit mode
    # /usr/bin/isainfo -kv
    Now, switching between modes
    32-bit mode
    # eeprom boot-file=kernel/unix
    64-bit mode
    # eeprom boot-file=kernel/sparcv9/unix
    or OK prompt,
    32-bits mode
    boot kernel/unix
    64-bit mode
    boot kernel/sparcv9/unix
    or even,
    32-bit mode
    setenv boot-file kernel/unix
    64-bit-mode
    setenv boot-file kernel/sparcv9/unix
    Arrebola

  • Im using a Macbook Pro, running a Mac OS 10.6.8, with 400GB  free of space and it is running slow. It takes 10 minutes to start up and things like that. What should I do?

    Im using a Macbook Pro, running a Mac OS 10.6.8, with 400GB  free of space and it is running slow. It takes more than 15 minutes to start up and things like that. I cant seem to do anything as it is so slow. The 'beachball of death' is also present during start up. What should I do? Please help

    Try these two steps first. 
    Get the Original Installation disk and boot the MBP holding down the C key.  When you get to the point where you see a menu bar on the top of the display, select UTILITIES.  From the drop down menu select DISK UTILITY>FIRST AID.  Run verify and repair.
    See if there is any improvement.
    Try a Safe Boot:
    http://support.apple.com/kb/HT1455
    This might indicate that third party applications are an issue.
    Ciao.

  • Photoshop crashes when using Free Transform Tool

    Hello All Forum Members,
    Recently Photoshop CS6 crashes when I attempt to use the Free Transform Tool through the shortcut (Ctrl+T).
    It also crashes very often when using any of the free transform/transform tools via the menu as well, though not as often as the previous listed situation.
    This experience only occurred recently - for all the time I have been using CS6, this has never happened.
    I have read another thread similar to this, though I don't think the cause of the problem is the same as this was only a recent experience.
    Any help will be appreciated.
    Many thanks in advance.
    Jinky145

    Hi Curt Y,
    Thank you for the quick reply!
    By immediately, do you mean when the loading or when the actual interface has finished loading?
    I have tried both, but neither seems to have worked.
    Is there a menu or someplace else I can reset preferences?
    Many thanks!!!
    JInky145

Maybe you are looking for

  • Short Dump while including custom text

    Hi Guru's             I am new to workflow and i have a requirement to include a custom text by replacing the standard one.             I selected the user decision and navigated to control tab there i got the task number, i just copied the task     

  • "Adobe elements has stopped working."

    I've received the error "Adobe elements has stopped working" and then the program closes.  It has happened numerous times and now happens more and more often.  Does anyone have any fixes for this?

  • Some events are not dispatched when app runs in background

    My Android app has a TIMER event which fires once every second to connect a TCP socket (class flash.net.Socket) and send a request. A packet sniffer confirms that a socket is in fact connecting, request is sent, reply comes back and connection is clo

  • New widescreen monitor distorts images

    I am in the process of setting up and learning to use my new widescreen Samsung T260HD monitor with ATI Radeon Graphics card. Having worked on hundreds of photos in Photoshop and PSElements using a traditional 3x4 aspect ratio monitor, when I view my

  • Best Apps for Sync with iPhone

    I work in a small consulting firm and we share our calendar and contacts. I currently use Mail and the Now Up to Date and Contacts with my MacBook Pro and iPhone. One glaring issue is that the NUDC v.5 does not sync with iCal and therefore I don't ha