Quantcast
Channel: Toad for Oracle Forum - Recent Threads
Viewing all 4385 articles
Browse latest View live

RE: TOAD for oracle when used it via remote desktop

$
0
0

IMHO, isn't that violating usage policy?

You pay for one license and use it 100 times with hundred users?


TOAD for oracle when used it via remote desktop

$
0
0

Hi All,

Toad is having this kind of behaviour, when you save the connection settings from one user (user A).

Then user B open the remote desktop, he/she is able to see the save password and connection of User A.

How to disable this feature.

Thanks

RE: When exporting data from Toad via csv . . . Toad hangs (Not Responding)

$
0
0

I use a lot this Toad feature and works OK.

Ther might be two problems

  1. You session is somehow killed (network od db level)
  2. You have some network policy define on volume data sent through it (saw that once as well)
  3. Your query is really that slow (hug number of records)

For first two ask your DBA, OS, network support.

For 3rd option ..

Same query in SQL*Plus runs how long?

put before query:
set echo on;
set timi on
set time on

Please try it and compare timing results.

P.S.

I saw many queries that retrieve first rows fast and then for other you wait a long time. SO SQL*Plus test is a god reference for that

When exporting data from Toad via csv . . . Toad hangs (Not Responding)

$
0
0

Hello.  We all know the quickest way to export from Toad is csv.  The largest file I am currently working with is 18 MB.  Why does it take anywhere from 30 minutes to an hour to export?  When looking at task manager it states "Not Responding".  Is there any way to fix this?  I have asked for direct help through my company, now I am asking the Toad Community for assistance.  I appreciate any suggestions and thank you in advance for your time.

RE: Drag and drop column name from grid

$
0
0

Ctrl+F9 shows columns with column types and no comma signs between them,
So it is far from just "copy values to your sql".

For that maybe to introduce Ctr+Shift+F9 and then produce list of columns delimited with comma and nothing else...
This would be then easy to copy/paste in query.

Drag and drop column name from grid

$
0
0

I recently converted from SQLNavigator to TOAD.  One feature in SQLNav that I used a lot was the ability to drag a column name from the grid up to my query.

For example, I run select * from myTable.  Then in the results (in the grid), I can drag a column up to my query without having to type in the name.  Or even just copy the column name, so I can paste it into the query. 

This would save a lot of time having to type in all the names.

Thanks.

-Charlie

RE: Understanding Oracle Wait Stats

$
0
0

It's hard to say without seeing the query that generated this data, but it looks like the total of the percent column is 100%.   So of the total time spent waiting, 81% of that time was waiting on CPU.   That is not the same as saying that you were waiting on CPU 81% of the total time that this data was collected.    There could have been idle time in there were you were not waiting al all.  

Understanding Oracle Wait Stats

$
0
0

Oracle 11g on Linux. Down below is daily wait stats we run. I am trying to understand some of the entries.
For example CPU wait class. 81 percentage.
Does this mean Oracle was waiting for CPU thread 81 percent of the time or does this indicate CPU idle time.

Any comments, help is appreciated.

Wait Class

Name

Time (Seconds)

Percentage

CPU

server CPU

415246.62

81.48

User I/O

db file sequential read

21623.73

4.24

User I/O

db file scattered read

20493.53

4.02

Network

TCP Socket (KGAS)

11106.65

2.18

System I/O

log file parallel write

10067.4

1.98

System I/O

db file parallel write

6010.89

1.18

Application

enq: TX - row lock contention

4912.86

.96

Commit

log file sync

4851.02

.95

System I/O

db file async I/O submit

3343.9

.66

System I/O

RMAN backup & recovery I/O

2396.98

.47

System I/O

control file sequential read

2392.73

.47

Concurrency

os thread startup

1730.13

.34

User I/O

direct path read

1444.08

.28

System I/O

control file parallel write

1364.94

.27

User I/O

Disk file operations I/O

984.99

.19

Application

enq: TM - contention

335.39

.07

User I/O

db file parallel read

278.92

.05

User I/O

direct path write temp

265.78

.05

Network

SQL*Net message to client

175.13

.03

Network

SQL*Net more data to client

152.27

.03

Concurrency

library cache lock

83.83

.02

Application

SQL*Net break/reset to client

73.4

.01

Scheduler

resmgr:cpu quantum

60.84

.01


RE: Toad 12.9 Team Coding with PVCS - Undo Checkout leaves object locked in PVCS

$
0
0

I see the issue you're raising here with reverting the database object.  When we fixed the previous issue (CR 118522), the main focus was on updating the code in the editor to reflect the last good database state.  There really should be an option to revert the database code itself as well.

I'll see if I can get that implemented early in the upcoming beta cycle.  I'll let  you know when I have it implemented.

Thanks for raising this issue!

-John

RE: Error when exporting a table from Toad for Oracle Expert v12.10 to Access

$
0
0

It looks like there is a bind variable in your query that is causing some problem.    Does it work if you change it to a literal?

If that fixes it, please send me the query.  From the Schema Browser Data tab, there is a view/edit query toolbar button that should allow you to change the query.

RE: Error when exporting a table from Toad for Oracle Expert v12.10 to Access

$
0
0
John,
 
I right-click the table name from the “schema browser” and select from the pop-up menu the “Export Data” option. I immediately get the error “Toad for Oracle has encountered a problem. We are sorry for the inconvenience.”. The second line shows:”Parameter ‘proj_id’ not found. To see what data this error report contains, click here.”
 
I am not using any query to export the table other than the “built-in” query of Toad.
 
Regards,
 
Sami El-Murr
ControlSystems EngineeringAutomation Support Team (CS-EAST)
ICS Cybersecurity Specialist
 
 

RE: Error when exporting a table from Toad for Oracle Expert v12.10 to Access

$
0
0

Hmm...

Can you give me a script so I can build the table here?   I don't need the data.   Send it to me at john.dorlon@software.dell.com if you'd rather not post it to the forum.

If you don't have anything apps/actions in the automation designer that you need to keep, you can try renaming ToadActions.dat to something else (with Toad not running).   If that fixes it, please send me that file (along with the table DDL)

RE: How to un-ignore errors?

$
0
0

Never mind ... found it under scrips. :)

How to un-ignore errors?

$
0
0

When I execute an update statement, a pop-up saying error. I accidentally click ignore this error.

Now the error doesn't come up anymore and I want it to ... how do I "un-ignore" errors?

I go to View, Toad Options ... but, I do not see anything under Editor.

RE: Error when exporting a table from Toad for Oracle Expert v12.10 to Access

$
0
0

The Export worked once I renamed the file "ToadActions.dat" to something else (with TOAD CLOSED and notrunning!).

Make sure If you have anything apps/actions in the automation designer that you need to keep, to save / pull them out first, before renaming the "ToadActions" File.


Error when exporting a table from Toad for Oracle Expert v12.10 to Access

$
0
0

I have consistently reproduced the same error when I am exporting a table from Toad version 12.10 to an Access Database. The error does NOT happen when using version 12.06. Below is the error as reported by TOAD

QUOTE

EurekaLog 7.5.0.0

Application:
-------------------------------------------------------------
1.1 Start Date : Mon, 17 Oct 2016 07:37:19 -0500
1.2 Name/Description: Toad.exe - (Toad™ for Oracle®)
1.3 Version Number : 12.10.0.30
1.4 Parameters :
1.6 Up Time : 5 hour(s), 37 minute(s), 39 second(s)

Exception:
--------------------------------------------------
2.1 Date : Mon, 17 Oct 2016 13:14:59 -0500
2.2 Address : 04669EBE
2.3 Module Name: Toad.exe - (Toad™ for Oracle®)
2.5 Type : EDatabaseError
2.6 Message : Parameter 'proj_id' not found.
2.7 ID : A6810000
2.8 Count : 1
2.11 Sent : 0

User:
--------------------
3.2 Name : Bechtel
3.3 Email:

Active Controls:
--------------------------------------------------------------------------------------------------
4.1 Form Class : TfrmMain
4.2 Form Text : Toad for Oracle - [BCS@ASHSPIWH - Schema Browser (BCS.DE_WLNG_EEHA_20161003)]
4.3 Control Class: TVirtualStringTree
4.4 Control Text :

Computer:
-----------------------------------------------------------------------
5.2 Total Memory : 12674441216 (11.80 Gb)
5.3 Free Memory : 2334408704 (2.17 Gb)
5.4 Total Disk : 249533820928 (232.40 Gb)
5.5 Free Disk : 16562515968 (15.43 Gb)
5.6 System Up Time : 2 day(s), 20 hour(s), 59 minute(s), 6 second(s)
5.7 Processor : Intel(R) Core(TM) i5 CPU 660 @ 3.33GHz
5.12 Virtual Machine:

Operating System:
--------------------------------------------------------
6.1 Type : Microsoft Windows 7 (64 bit)
6.2 Build # : 7601 (6.1.7601.18015)
6.4 Non-Unicode Language: English (0409)
6.5 Charset/ACP : 0/1252
6.6 Install Language : English (0409)
6.7 UI Language : English (0409)

Steps to reproduce:
------------
8.1 Text:


Call Stack Information:
----------------------------------------------------------------------------------------------------------------------------------------
|Methods |Details|Stack |Address |Module |Offset |Unit |Class |Procedure/Method |Line |
----------------------------------------------------------------------------------------------------------------------------------------
|*Exception Thread: ID=9664; Parent=0; Priority=-2 |
|Class=; Name=MAIN |
|DeadLock=0; Wait Chain= |
|Comment= |
|--------------------------------------------------------------------------------------------------------------------------------------|
|7FFFFFFE|04 |00000000|04669EBE|Toad.exe |004D9EBE|Data.DB | |DatabaseError |3271[10] |
|00000040|04 |0048FB20|04669F5D|Toad.exe |004D9F5D|Data.DB | |DatabaseErrorFmt |3277[1] |
|00000040|04 |0048FB44|0467A2E5|Toad.exe |004EA2E5|Data.DB | |Error |10888[1] |
|00000040|04 |0048FB68|0467A32B|Toad.exe |004EA32B|Data.DB |TParams |ParamByName |10893[2] |
|00000040|04 |0048FB80|07AAE23D|Toad.exe |0391E23D|DBAccess |TDAParams |ParamByName |7801[1] |
|00000040|04 |0048FB90|07A6C521|Toad.exe |038DC521|Ora |TOraParams |ParamByName |5933[1] |
|00000040|04 |0048FBA0|0559560E|Toad.exe |0140560E|tdBindVariables|TtdQueryVariables|ApplyToSmartQuery |783[17] |
|00000040|04 |0048FC0C|06E59962|Toad.exe |02CC9962|frmGridSaveAs | |LoadFieldsFromQry |1250[4] |
|00000040|04 |0048FC40|06E59F7E|Toad.exe |02CC9F7E|frmGridSaveAs |TFormGridSaveAs |LoadExcludeDropDown |1344[57] |
|00000040|04 |0048FCB0|06E58465|Toad.exe |02CC8465|frmGridSaveAs | |SaveObjects |797[29] |
|00000040|04 |0048FCE4|064B64BC|Toad.exe |023264BC|objTables |TfrmTableObject |actSaveAsExecute |5031[5] |
|00000040|03 |0048FCFC|04299E27|Toad.exe |00109E27|System.Classes |TBasicAction |Execute | |
|00000040|03 |0048FD90|044FF3CD|Toad.exe |0036F3CD|Vcl.Menus |TPopupList |MainWndProc | |
|00000040|03 |0048FDB4|0429AB84|Toad.exe |0010AB84|System.Classes | |StdWndProc | |
|00000040|03 |0048FDCC|754C62F7|user32.dll|000162F7|USER32 | | (possible gapfnScSendMessage+815)| |
|00000040|03 |0048FDF8|754C6D35|user32.dll|00016D35|USER32 | | (possible GetThreadDesktop+210) | |
|00000040|03 |0048FE70|754C77BF|user32.dll|000177BF|USER32 | | (possible CharPrevW+307) | |
|00000040|03 |0048FED0|754C7885|user32.dll|00017885|USER32 | |DispatchMessageW | |
|00000040|04 |0048FEE0|0451847B|Toad.exe |0038847B|Vcl.Forms |TApplication |ProcessMessage |10544[23] |
----------------------------------------------------------------------------------------------------------------------------------------

Modules Information:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Handle |Name |Description |Version |Size |Modified |Path |
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|04190000|Toad.exe |Toad™ for Oracle® |12.10.0.30 |45215640|2016-09-07 16:23:36|C:\Program Files (x86)\Dell\Toad for Oracle 2016 R2 Suite\Toad for Oracle 12.10\ |
|0CD90000|olepro32.dll | |6.1.7601.17514 |90112 |2010-11-20 03:20:50|C:\Windows\System32\ |
|0CDD0000|wmi.dll |WMI DC and DP functionality |6.1.7601.17787 |5120 |2012-03-01 00:29:16|C:\Windows\System32\ |
|0CE70000|qwave.dll |Windows NT |6.1.7600.16385 |210944 |2009-07-13 20:16:12|C:\Windows\System32\ |
|0D2C0000|browcli.dll |Browser Service Client DLL |6.1.7601.17887 |41984 |2012-07-04 16:14:34|C:\Windows\System32\ |
|0DAD0000|EhStorShell.dll |Windows Enhanced Storage Shell Extension DLL |6.1.7600.16385 |189952 |2009-07-13 20:15:14|C:\Windows\System32\ |
|0EBD0000|dssenh.dll |Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider|6.1.7600.16385 |156728 |2009-07-13 20:17:54|C:\Windows\System32\ |
|0FEB0000|FileSyncShell.dll |Microsoft OneDrive Shell Extension |17.3.6517.809 |1748168 |2016-08-16 07:23:54|C:\Users\seelmurr\AppData\Local\Microsoft\OneDrive\17.3.6517.0809\ |
|148E0000|SciLexer.dll |Scintilla.DLL - a Source Editing Component |3.6.1.2 |560128 |2016-05-09 13:36:32|C:\Program Files (x86)\Dell\Toad for Oracle 2016 R2 Suite\Toad for Oracle 12.10\ |
|14970000|hhctrl.ocx |Microsoft® HTML Help Control |6.1.7600.16385 |523776 |2009-07-13 20:14:10|C:\Windows\System32\ |
|1AF70000|oraunls12.dll |Oracle UNLS Runtime Library |12.1.0.1 |91648 |2013-06-29 00:14:10|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1AF90000|orawsec12.dll | | |204800 |2013-06-30 00:37:08|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1AFE0000|oranl12.dll |Oracle SQL*Net ORANL DLL |12.1.0.1 |509440 |2013-06-29 01:53:38|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1B060000|oravsn12.dll |Oracle RDBMS Version Library |12.1.0.1 |9728 |2013-06-29 21:44:26|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1B1B0000|oraocrb12.dll |Oracle OPSM OCRB DLL |12.1.0.1 |655360 |2013-06-29 06:57:28|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1B260000|oracell12.dll |Oracle SAGE shared library |11.1.0.6 |380928 |2013-06-29 21:22:48|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1B2C0000|oraocrutl12.dll |Oracle OPSM OCRUTL DLL |12.1.0.1 |51712 |2013-06-29 06:57:22|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1B2D0000|oraclsce12.dll |Oracle Clusterware Cluster Events Library |12.0.0.0 |177152 |2013-06-29 06:57:50|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1B420000|api-ms-win-downlevel-shell32-l1-1-0.dll |ApiSet Stub DLL |6.2.9200.16492 |3072 |2014-03-27 19:13:16|C:\Windows\System32\ |
|1B440000|oraplc12.dll |Oracle PLC runtime Library |12.1.0.1 |99840 |2013-06-30 01:00:10|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1BB20000|oraons.dll |Oracle Notification Service |12.1.0.1 |174592 |2013-06-29 02:24:26|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1BBF0000|ieproxy.dll |IE ActiveX Interface Marshaling Library |11.0.9600.18500 |286208 |2016-09-29 23:39:18|C:\Program Files (x86)\Internet Explorer\ |
|1C480000|StructuredQuery.dll |Structured Query |7.0.7601.23451 |363520 |2016-05-11 10:19:24|C:\Windows\System32\ |
|1C4E0000|SearchFolder.dll |SearchFolder |6.1.7601.17514 |646144 |2010-11-20 03:21:08|C:\Windows\System32\ |
|1C600000|orasql12.dll |Oracle SQL Runtime Library |12.1.0.1 |760832 |2013-06-30 00:47:56|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1CCB0000|oci.dll |Oracle Call Interface |12.1.0.0 |1011712 |2013-06-30 00:50:16|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1E190000|oracore12.dll |Oracle CORE Library |12.0.0.0 |1436160 |2013-06-29 02:04:32|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1E300000|oracommon12.dll |Oracle RDBMS Common Library |12.1.0.1 |3000320 |2013-06-30 01:01:22|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1E5E0000|orageneric12.dll |Oracle RDBMS Generic Library |12.1.0.1 |16545280|2013-06-30 01:02:36|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1F5C0000|oraxml12.dll |Oracle XML Library |12.1.0.1 |5483520 |2013-06-29 05:13:50|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1FB00000|orannzsbb12.dll |Oracle Security Library |12.1.0.1 |4300288 |2013-06-29 03:13:02|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|1FF20000|oran12.dll |Oracle SQL*Net ORAN DLL |12.1.0.1 |3998208 |2013-06-29 01:53:58|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|20300000|oraldapclnt12.dll |Oracle Internet Directory Client Library |10.1.4.0 |4630528 |2013-06-29 03:12:52|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|20780000|orazt12.dll |Oracle SQLNet SUPPORT DLL |11.1.0.1 |4707328 |2013-06-29 03:12:56|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|20C10000|oraztkg12.dll |Oracle Kerberos/GSS-API DLL |11.1.0.1 |4706816 |2013-06-29 03:13:14|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|210A0000|orapls12.dll |Oracle PLS runtime Library |12.1.0.1 |5538304 |2013-06-30 01:00:18|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|215F0000|oraplp12.dll |Oracle PLP runtime Library |12.1.0.1 |4082688 |2013-06-30 01:00:28|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|219E0000|orahasgen12.dll |Oracle PCW generic Library |12.1.0.1 |4737024 |2013-06-29 06:57:44|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|22040000|tiptsf.dll |Tablet PC Input Panel Text Services Framework |6.1.7601.18984 |348672 |2015-09-01 12:52:53|C:\Program Files (x86)\Common Files\microsoft shared\ink\ |
|23DF0000|QSE.dll |QSE DLL |12.10.0.30 |2132376 |2016-09-07 15:19:34|C:\Program Files (x86)\Dell\Toad for Oracle 2016 R2 Suite\Toad for Oracle 12.10\ |
|24030000|QP5.dll | |5.300.16235.37270 |20679064|2016-08-22 21:24:48|C:\Program Files (x86)\Dell\Toad for Oracle 2016 R2 Suite\Toad for Oracle 12.10\ |
|2CD60000|ieframe.dll |Internet Browser |11.0.9600.18500 |13653504|2016-09-30 00:03:06|C:\Windows\System32\ |
|3F5E0000|slc.dll |Software Licensing Client Dll |6.1.7600.16385 |27136 |2009-07-13 20:16:15|C:\Windows\System32\ |
|3F990000|wsnmp32.dll |Microsoft WinSNMP v2.0 Manager API |6.1.7601.17514 |51712 |2010-11-20 03:21:40|C:\Windows\System32\ |
|405F0000|thumbcache.dll |Microsoft Thumbnail Cache |6.1.7601.17514 |82944 |2010-11-20 03:21:32|C:\Windows\SysWOW64\ |
|40910000|shdocvw.dll |Shell Doc Object and Control Library |6.1.7601.18222 |180224 |2013-07-25 20:55:59|C:\Windows\System32\ |
|51C10000|orauts.dll |Oracle CORE UTS PT Library |11.2.0.1 |9216 |2013-06-29 02:04:26|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5A5B0000|WindowsCodecs.dll |Microsoft Windows Codecs Library |6.2.9200.21830 |1230848 |2016-04-08 23:20:04|C:\Windows\System32\ |
|5A6F0000|IconCodecService.dll |Converts a PNG part of the icon to a legacy bmp icon |6.1.7600.16385 |9728 |2009-07-13 20:15:27|C:\Windows\System32\ |
|5AEE0000|riched20.dll |Rich Text Edit Control, v3.1 |5.31.23.1230 |473600 |2010-11-20 03:21:04|C:\Windows\System32\ |
|5AF60000|msvcp120.dll |Microsoft® C Runtime Library |12.0.21005.1 |455328 |2016-08-16 07:23:51|C:\Users\seelmurr\AppData\Local\Microsoft\OneDrive\17.3.6517.0809\ |
|5AFE0000|msvcr120.dll |Microsoft® C Runtime Library |12.0.21005.1 |970912 |2016-08-16 07:23:52|C:\Users\seelmurr\AppData\Local\Microsoft\OneDrive\17.3.6517.0809\ |
|5B4C0000|ClientTelemetry.dll | |1.3.210.1 |1383616 |2016-08-16 07:23:51|C:\Users\seelmurr\AppData\Local\Microsoft\OneDrive\17.3.6517.0809\ |
|5C3F0000|mlang.dll |Multi Language Support DLL |6.1.7600.16385 |177664 |2009-07-13 20:15:40|C:\Windows\System32\ |
|5C970000|xmllite.dll |Microsoft XmlLite Library |1.3.1001.0 |180224 |2011-06-15 23:33:18|C:\Windows\System32\ |
|5CB60000|Telemetry.dll |Telemetry Library |17.3.6517.809 |313544 |2016-08-16 07:23:52|C:\Users\seelmurr\AppData\Local\Microsoft\OneDrive\17.3.6517.0809\ |
|5CC90000|LoggingPlatform.DLL |Logging Platform |17.3.6517.809 |134336 |2016-08-16 07:23:56|C:\Users\seelmurr\AppData\Local\Microsoft\OneDrive\17.3.6517.0809\ |
|5CD50000|cabinet.dll |Microsoft® Cabinet File API |6.1.7601.17514 |73216 |2010-11-20 03:18:10|C:\Windows\System32\ |
|5D210000|icmp.dll |ICMP DLL |6.1.7600.16385 |3072 |2009-07-13 20:05:46|C:\Windows\System32\ |
|5DCB0000|apphelp.dll |Application Compatibility Client Library |6.1.7601.19050 |295936 |2015-10-29 12:49:58|C:\Windows\System32\ |
|5DD00000|oleacc.dll |Active Accessibility Core Component |7.0.0.0 |233472 |2011-08-26 23:26:27|C:\Windows\System32\ |
|5E320000|midimap.dll |Microsoft MIDI Mapper |6.1.7600.16385 |16896 |2009-07-13 20:15:40|C:\Windows\System32\ |
|5E330000|AudioSes.dll |Audio Session |6.1.7601.18741 |195584 |2015-02-02 22:12:12|C:\Windows\System32\ |
|5E370000|GdiPlus.dll |Microsoft GDI+ |6.1.7601.23545 |1628160 |2016-09-12 15:49:16|C:\Windows\winsxs\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.23545_none_5c06d189a00e2c29\ |
|5E510000|msacm32.dll |Microsoft ACM Audio Filter |6.1.7600.16385 |72192 |2009-07-13 20:15:42|C:\Windows\System32\ |
|5E530000|msacm32.drv |Microsoft Sound Mapper |6.1.7600.16385 |20992 |2009-07-13 20:14:08|C:\Windows\System32\ |
|5E540000|avrt.dll |Multimedia Realtime Runtime |6.1.7600.16385 |14336 |2009-07-13 20:14:58|C:\Windows\System32\ |
|5E550000|ksuser.dll |User CSA Library |6.1.7601.19091 |4608 |2015-12-08 16:53:47|C:\Windows\System32\ |
|5E560000|propsys.dll |Microsoft Property System |7.0.7601.17514 |988160 |2010-11-20 03:20:58|C:\Windows\System32\ |
|5F0B0000|orancrypt12.dll |Oracle SQL*Net ORANCRYPT DLL |12.1.0.1 |104960 |2013-06-29 01:53:48|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5F140000|oraocr12.dll |Oracle OPSM OCR DLL |12.1.0.1 |877568 |2013-06-29 06:57:32|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5F280000|orantcp12.dll |Oracle SQL*Net ORANTCP DLL |12.1.0.1 |179200 |2013-06-29 01:53:40|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5F310000|oranldap12.dll |Oracle SQL*Net ORANLDAP DLL |12.1.0.1 |268288 |2013-06-29 01:53:56|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5F5D0000|orantns12.dll |Oracle SQL*Net ORANTNS DLL |12.1.0.1 |39936 |2013-06-29 01:53:50|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5F630000|oraclient12.dll |Oracle RDBMS Client Library |12.1.0.1 |4748800 |2013-06-30 01:01:54|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5FAD0000|orasnls12.dll |Oracle SNLS Runtime Library |12.1.0.1 |173568 |2013-06-29 00:14:12|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5FB40000|oranls12.dll |Oracle NLS Runtime Library |12.1.0.1 |846848 |2013-06-29 00:14:08|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5FC40000|oraasmclnt12.dll |ASM Client Access Library |12.1.0.1 |765440 |2013-06-30 01:21:40|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5FDC0000|orancds12.dll |Oracle SQL*Net ORANCDS DLL |12.1.0.1 |7168 |2013-06-29 01:53:16|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5FE70000|wdmaud.drv |Winmm audio system driver |6.1.7601.17514 |172032 |2010-11-20 03:16:52|C:\Windows\System32\ |
|5FEA0000|MMDevAPI.dll |MMDevice API |6.1.7601.17514 |213504 |2010-11-20 03:19:40|C:\Windows\System32\ |
|5FF10000|oraslax12.dll |Oracle SLAX runtime Library |11.1.0.6 |29184 |2013-06-28 23:20:28|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5FF40000|oranro12.dll |Oracle SQL*Net ORANRO DLL |12.1.0.1 |306176 |2013-06-29 01:53:32|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
|5FFB0000|sxs.dll |Fusion 2.5 |6.1.7601.17514 |380416 |2010-11-20 03:21:28|C:\Windows\System32\ |
|61220000|cryptui.dll |Microsoft Trust UI Provider |6.1.7601.18741 |1005056 |2015-02-02 22:12:14|C:\Windows\System32\ |
|61320000|winspool.drv |Windows Spooler Driver |6.1.7601.17514 |320000 |2010-11-20 03:16:52|C:\Windows\System32\ |
|62FA0000|mpr.dll |Multiple Provider Router DLL |6.1.7600.16385 |64000 |2009-07-13 20:15:41|C:\Windows\System32\ |
|63050000|winrnr.dll |LDAP RnR Provider DLL |6.1.7600.16385 |20992 |2009-07-13 20:16:19|C:\Windows\System32\ |
|63060000|pnrpnsp.dll |PNRP Name Space Provider |6.1.7600.16385 |65024 |2009-07-13 20:16:12|C:\Windows\System32\ |
|630A0000|NapiNSP.dll |E-mail Naming Shim Provider |6.1.7600.16385 |52224 |2009-07-13 20:16:02|C:\Windows\System32\ |
|630C0000|nlaapi.dll |Network Location Awareness 2 |6.1.7601.18685 |52224 |2014-12-05 22:50:19|C:\Windows\System32\ |
|653D0000|rasadhlp.dll |Remote Access AutoDial Helper |6.1.7600.16385 |11776 |2009-07-13 20:16:12|C:\Windows\System32\ |
|65400000|WLIDNSP.DLL |Microsoft® Windows Live ID Namespace Provider |7.250.4311.0 |145648 |2012-07-17 15:49:00|C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\ |
|67070000|security.dll |Security Support Provider Interface |6.1.7600.16385 |4608 |2009-07-13 20:09:53|C:\Windows\System32\ |
|685A0000|ntmarta.dll |Windows NT MARTA provider |6.1.7600.16385 |121856 |2009-07-13 20:16:11|C:\Windows\System32\ |
|68B50000|dwmapi.dll |Microsoft Desktop Window Manager API |6.1.7601.18917 |67584 |2015-07-09 12:42:54|C:\Windows\System32\ |
|68B70000|uxtheme.dll |Microsoft UxTheme Library |6.1.7600.16385 |245760 |2009-07-13 20:11:24|C:\Windows\System32\ |
|69060000|msimg32.dll |GDIEXT Client DLL |6.1.7600.16385 |4608 |2009-07-13 20:15:44|C:\Windows\System32\ |
|69070000|comctl32.dll |User Experience Controls Library |6.10.7601.18837 |1680896 |2015-04-24 12:54:13|C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e855142bd5705d\|
|69DC0000|FWPUCLNT.DLL |FWP/IPsec User-Mode API |6.1.7601.18283 |216576 |2013-10-11 21:01:25|C:\Windows\System32\ |
|6A3A0000|winsta.dll |Winstation Library |6.1.7601.18540 |157696 |2014-07-16 20:40:03|C:\Windows\System32\ |
|6A5A0000|api-ms-win-downlevel-advapi32-l2-1-0.dll|ApiSet Stub DLL |6.2.9200.16492 |3584 |2014-03-27 19:13:16|C:\Windows\System32\ |
|6A5B0000|msvcr80.dll |Microsoft® C Runtime Library |8.0.50727.6229 |626688 |2016-02-23 15:45:43|C:\Windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6229_none_d089f796442de10e\ |
|6A650000|MSOXMLMF.DLL |Microsoft Office XML MIME Filter |12.0.6413.1000 |44408 |2008-10-25 09:27:54|C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\ |
|6A660000|api-ms-win-downlevel-shlwapi-l2-1-0.dll |ApiSet Stub DLL |6.2.9200.16492 |5632 |2014-03-27 19:13:16|C:\Windows\System32\ |
|6A670000|wsock32.dll |Windows Socket 32-Bit DLL |6.1.7600.16385 |15360 |2009-07-13 20:16:20|C:\Windows\System32\ |
|6A760000|traffic.dll |Microsoft Traffic Control 1.0 DLL |6.1.7600.16385 |33280 |2009-07-13 20:16:16|C:\Windows\System32\ |
|6A7F0000|credssp.dll |Credential Delegation Security Package |6.1.7601.23545 |17408 |2016-09-12 15:49:18|C:\Windows\System32\ |
|6AFD0000|cscapi.dll |Offline Files Win32 API |6.1.7601.17514 |34816 |2010-11-20 03:18:26|C:\Windows\System32\ |
|6AFE0000|wtsapi32.dll |Windows Remote Desktop Session Host Server SDK APIs |6.1.7601.17514 |40448 |2010-11-20 03:21:40|C:\Windows\System32\ |
|6B080000|logoncli.dll |Net Logon Client DLL |6.1.7601.17514 |127488 |2010-11-20 03:19:30|C:\Windows\System32\ |
|6C4A0000|duser.dll |Windows DirectUser Engine |6.1.7600.16385 |181248 |2009-07-13 20:15:13|C:\Windows\System32\ |
|6CCD0000|winmm.dll |MCI API DLL |6.1.7601.17514 |194048 |2010-11-20 03:21:38|C:\Windows\System32\ |
|6DE00000|taskschd.dll |Task Scheduler COM API |6.1.7601.17514 |505856 |2010-11-20 03:21:30|C:\Windows\SysWOW64\ |
|6DEA0000|ntshrui.dll |Shell extensions for sharing |6.1.7601.17755 |442880 |2012-01-04 03:58:41|C:\Windows\System32\ |
|6F020000|msftedit.dll |Rich Text Edit Control, v4.1 |5.41.21.2510 |592384 |2010-11-20 03:19:48|C:\Windows\System32\ |
|70200000|dbghelp.dll |Windows Image Helper |6.1.7601.17514 |854016 |2010-11-20 03:18:28|C:\Windows\SysWOW64\ |
|71740000|actxprxy.dll |ActiveX Interface Marshaling Library |6.1.7601.17514 |309760 |2010-11-20 03:18:02|C:\Windows\SysWOW64\ |
|71A90000|msvcp100.dll |Microsoft® C Runtime Library |10.0.40219.325 |421200 |2011-06-11 01:58:52|C:\Windows\System32\ |
|71B00000|msvcr100.dll |Microsoft® C Runtime Library |10.0.40219.325 |773968 |2011-06-11 01:58:52|C:\Windows\System32\ |
|73F80000|samcli.dll |Security Accounts Manager Client DLL |6.1.7601.17514 |51200 |2010-11-20 03:21:06|C:\Windows\System32\ |
|73F90000|secur32.dll |Security Support Provider Interface |6.1.7601.23545 |22016 |2016-09-12 15:49:30|C:\Windows\System32\ |
|74040000|bcrypt.dll |Windows Cryptographic Primitives Library (Wow64) |6.1.7600.16385 |80896 |2009-07-13 20:11:20|C:\Windows\System32\ |
|74060000|msxml6.dll |MSXML 6.0 SP3 |6.30.7601.18980 |1391104 |2015-08-27 12:58:14|C:\Windows\System32\ |
|74210000|RpcRtRemote.dll |Remote RPC Extension |6.1.7601.17514 |46080 |2010-11-20 03:21:04|C:\Windows\System32\ |
|743D0000|rsaenh.dll |Microsoft Enhanced Cryptographic Provider |6.1.7600.16385 |242936 |2009-07-13 20:17:54|C:\Windows\System32\ |
|74410000|cryptsp.dll |Cryptographic Service Provider API |6.1.7601.18741 |81408 |2015-02-02 22:12:14|C:\Windows\System32\ |
|74630000|version.dll |Version Checking and File Installation Libraries |6.1.7600.16385 |21504 |2009-07-13 20:16:17|C:\Windows\System32\ |
|749E0000|webio.dll |Web Transfer Protocols API |6.1.7601.23375 |316416 |2016-03-09 13:40:16|C:\Windows\System32\ |
|74A30000|winhttp.dll |Windows HTTP Services |6.1.7601.23451 |351744 |2016-05-11 10:19:25|C:\Windows\System32\ |
|74A90000|dnsapi.dll |DNS Client API DLL |6.1.7601.21689 |270336 |2011-03-21 23:22:31|C:\Windows\System32\ |
|74AE0000|dhcpcsvc6.DLL |DHCPv6 Client |6.1.7601.17970 |44032 |2012-10-09 12:40:31|C:\Windows\System32\ |
|74AF0000|dhcpcsvc.dll |DHCP Client Service |6.1.7600.16385 |61952 |2009-07-13 20:15:11|C:\Windows\System32\ |
|74B10000|wship6.dll |Winsock2 Helper DLL (TL/IPv6) |6.1.7600.16385 |10752 |2009-07-13 20:16:20|C:\Windows\System32\ |
|74B20000|WSHTCPIP.DLL |Winsock2 Helper DLL (TL/IPv4) |6.1.7600.16385 |9216 |2009-07-13 20:16:20|C:\Windows\System32\ |
|74B30000|mswsock.dll |Microsoft Windows Sockets 2.0 Service Provider |6.1.7601.23451 |231424 |2016-05-11 10:19:16|C:\Windows\System32\ |
|74B70000|powrprof.dll |Power Profile Helper DLL |6.1.7600.16385 |145408 |2009-07-13 20:16:12|C:\Windows\System32\ |
|74BA0000|wkscli.dll |Workstation Service Client DLL |6.1.7601.17514 |47104 |2010-11-20 03:21:38|C:\Windows\System32\ |
|74BB0000|srvcli.dll |Server Service Client DLL |6.1.7601.17514 |90112 |2010-11-20 03:21:28|C:\Windows\System32\ |
|74BD0000|netutils.dll |Net Win32 API Helpers DLL |6.1.7601.17514 |22528 |2010-11-20 03:20:30|C:\Windows\System32\ |
|74BE0000|netapi32.dll |Net Win32 API DLL |6.1.7601.17887 |57344 |2012-07-04 16:16:56|C:\Windows\System32\ |
|74C00000|winnsi.dll |Network Store Information RPC interface |6.1.7600.16385 |16896 |2009-07-13 20:16:19|C:\Windows\System32\ |
|74C10000|IPHLPAPI.DLL |IP Helper API |6.1.7601.17514 |103936 |2010-11-20 03:19:24|C:\Windows\System32\ |
|74D30000|sysfer.dll |Symantec CMC Firewall sysfer |12.1.7004.6500 |374568 |2016-06-30 08:18:30|C:\Windows\SysWOW64\ |
|752F0000|CRYPTBASE.dll |Base cryptographic API DLL |6.1.7601.23545 |36352 |2016-09-12 15:25:30|C:\Windows\SysWOW64\ |
|75300000|sspicli.dll |Security Support Provider Interface |6.1.7601.23545 |96768 |2016-09-12 15:49:34|C:\Windows\SysWOW64\ |
|75360000|kernel32.dll |Windows NT BASE API Client DLL |6.1.7601.23543 |1114112 |2016-09-09 13:00:02|C:\Windows\SysWOW64\ |
|754A0000|nsi.dll |NSI User-mode interface DLL |6.1.7600.16385 |8704 |2009-07-13 20:16:11|C:\Windows\SysWOW64\ |
|754B0000|user32.dll |Multi-User Windows USER API Client DLL |6.1.7601.23528 |833024 |2016-08-15 21:48:15|C:\Windows\SysWOW64\ |
|755B0000|comdlg32.dll |Common Dialogs DLL |6.1.7601.17514 |485888 |2010-11-20 03:18:24|C:\Windows\SysWOW64\ |
|75630000|wininet.dll |Internet Extensions for Win32 |11.0.9600.18500 |2444288 |2016-09-29 23:46:52|C:\Windows\SysWOW64\ |
|75890000|rpcrt4.dll |Remote Procedure Call Runtime |6.1.7601.23545 |666112 |2016-09-12 15:49:34|C:\Windows\SysWOW64\ |
|75980000|ole32.dll |Microsoft OLE for Windows |6.1.7601.23392 |1414144 |2016-03-17 17:28:21|C:\Windows\SysWOW64\ |
|75AE0000|urlmon.dll |OLE32 Extensions for Win32 |11.0.9600.18500 |1312768 |2016-09-29 23:43:21|C:\Windows\SysWOW64\ |
|75C30000|msasn1.dll |ASN.1 Runtime APIs |6.1.7601.17514 |34304 |2010-11-20 03:19:46|C:\Windows\SysWOW64\ |
|75C40000|api-ms-win-downlevel-user32-l1-1-0.dll |ApiSet Stub DLL |6.2.9200.16492 |4096 |2014-03-27 19:13:16|C:\Windows\SysWOW64\ |
|75C50000|setupapi.dll |Windows Setup API |6.1.7601.17514 |1667584 |2010-11-20 03:21:16|C:\Windows\SysWOW64\ |
|75DF0000|api-ms-win-downlevel-version-l1-1-0.dll |ApiSet Stub DLL |6.2.9200.16492 |3072 |2014-03-27 19:13:16|C:\Windows\SysWOW64\ |
|75E90000|shell32.dll |Windows Shell Common Dll |6.1.7601.23418 |12881408|2016-04-09 01:54:53|C:\Windows\SysWOW64\ |
|76AE0000|profapi.dll |User Profile Basic API |6.1.7600.16385 |31744 |2009-07-13 20:16:12|C:\Windows\SysWOW64\ |
|76AF0000|devobj.dll |Device Information Set DLL |6.1.7601.17621 |64512 |2011-05-24 05:40:05|C:\Windows\SysWOW64\ |
|76B10000|iertutil.dll |Run time utility for Internet Explorer |11.0.9600.18500 |2286592 |2016-09-30 00:38:07|C:\Windows\SysWOW64\ |
|76D50000|gdi32.dll |GDI Client DLL |6.1.7601.23457 |312832 |2016-05-18 11:10:23|C:\Windows\SysWOW64\ |
|76DE0000|usp10.dll |Uniscribe Unicode script processor |1.626.7601.19054 |627712 |2015-11-03 13:56:18|C:\Windows\SysWOW64\ |
|76E80000|imm32.dll |Multi-User Windows IMM32 API Client DLL |6.1.7601.17514 |119808 |2010-11-20 03:08:52|C:\Windows\System32\ |
|76EE0000|sechost.dll |Host for SCM/SDDL/LSA Lookup APIs |6.1.7601.18869 |92160 |2015-05-25 13:01:39|C:\Windows\SysWOW64\ |
|76F00000|normaliz.dll |Unicode Normalization DLL |6.1.7600.16385 |2048 |2009-07-13 20:09:00|C:\Windows\SysWOW64\ |
|76F10000|api-ms-win-downlevel-advapi32-l1-1-0.dll|ApiSet Stub DLL |6.2.9200.16492 |10752 |2014-03-27 19:13:16|C:\Windows\SysWOW64\ |
|76F20000|api-ms-win-downlevel-ole32-l1-1-0.dll |ApiSet Stub DLL |6.2.9200.16492 |5632 |2014-03-27 19:13:16|C:\Windows\SysWOW64\ |
|76F30000|Wldap32.dll |Win32 LDAP API DLL |6.1.7601.17514 |269824 |2010-11-20 03:21:38|C:\Windows\SysWOW64\ |
|76F80000|advapi32.dll |Advanced Windows 32 Base API |6.1.7601.23543 |644096 |2016-09-09 12:59:46|C:\Windows\SysWOW64\ |
|77030000|KERNELBASE.dll |Windows NT BASE API Client DLL |6.1.7601.23543 |275456 |2016-09-09 13:00:02|C:\Windows\SysWOW64\ |
|77080000|oleaut32.dll | |6.1.7601.23512 |581632 |2016-08-06 10:15:01|C:\Windows\SysWOW64\ |
|77120000|api-ms-win-downlevel-normaliz-l1-1-0.dll|ApiSet Stub DLL |6.2.9200.16492 |2560 |2014-03-27 19:13:16|C:\Windows\SysWOW64\ |
|77130000|imagehlp.dll |Windows NT Image Helper |6.1.7601.18288 |159232 |2013-10-18 20:36:59|C:\Windows\SysWOW64\ |
|77160000|clbcatq.dll |COM+ Configuration Catalog |2001.12.8530.16385|522240 |2009-07-13 20:15:03|C:\Windows\SysWOW64\ |
|771F0000|shlwapi.dll |Shell Light-weight Utility Library |6.1.7601.17514 |350208 |2010-11-20 03:21:20|C:\Windows\SysWOW64\ |
|77250000|lpk.dll |Language Pack |6.1.7601.23453 |25600 |2016-05-13 16:50:05|C:\Windows\SysWOW64\ |
|772C0000|msctf.dll |MSCTF Server DLL |6.1.7601.18731 |828928 |2015-01-16 21:30:42|C:\Windows\SysWOW64\ |
|77390000|crypt32.dll |Crypto API32 |6.1.7601.18839 |1174528 |2015-04-27 14:04:37|C:\Windows\SysWOW64\ |
|774C0000|cfgmgr32.dll |Configuration Manager DLL |6.1.7601.17621 |145920 |2011-05-24 05:39:38|C:\Windows\SysWOW64\ |
|774F0000|msvcrt.dll |Windows NT CRT DLL |7.0.7601.17744 |690688 |2011-12-16 02:52:58|C:\Windows\SysWOW64\ |
|775A0000|api-ms-win-downlevel-shlwapi-l1-1-0.dll |ApiSet Stub DLL |6.2.9200.16492 |9728 |2014-03-27 19:13:16|C:\Windows\SysWOW64\ |
|775B0000|ws2_32.dll |Windows Socket 2.0 32-Bit DLL |6.1.7601.23451 |206336 |2016-05-11 10:19:26|C:\Windows\SysWOW64\ |
|775F0000|userenv.dll |Userenv |6.1.7601.17514 |81920 |2010-11-20 03:21:34|C:\Windows\SysWOW64\ |
|779E0000|psapi.dll |Process Status Helper |6.1.7600.16385 |6144 |2009-07-13 20:16:12|C:\Windows\SysWOW64\ |
|77A10000|ntdll.dll |NT Layer DLL |6.1.7601.23543 |1314112 |2016-09-09 13:01:23|C:\Windows\SysWOW64\ |
|77BD0000|oledlg.dll |OLE User Interface Support |6.1.7600.16385 |103424 |2009-07-13 20:16:12|C:\Windows\System32\ |
|77C80000|oranhost12.dll |Oracle SQL*Net ORANHOST DLL |12.1.0.1 |20480 |2013-06-29 01:53:52|c:\Oracle\ora12c\OraClient12c_X32\BIN\ |
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Processes Information:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|ID |Name |Description |Version |Memory |Priority |Threads|Path |User |Session|
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|244 |conhost.exe |Console Window Host |6.1.7601.23543 |4980736 |Normal |1 |C:\Windows\SysNative\ |seelmurr|1 |
|592 |csrss.exe |Client Server Runtime Process |6.1.7600.16385 |0 |High |15 |C:\Windows\SysNative\ | |1 |
|696 |winlogon.exe |Windows Logon Application |6.1.7601.18540 |9293824 |High |3 |C:\Windows\SysNative\ |SYSTEM |1 |
|856 |ccSvcHst.exe |Symantec Service Framework |12.12.1.15 |4628480 |Normal |19 |C:\Program Files (x86)\Symantec\Symantec Endpoint Protection\12.1.7004.6500.105\Bin\|seelmurr|1 |
|1160 |taskhost.exe |Host Process for Windows Tasks |6.1.7601.18010 |31997952 |Normal |11 |C:\Windows\SysNative\ |seelmurr|1 |
|1312 |RAVBg64.exe |HD Audio Background Process |1.0.0.136 |13492224 |Normal |8 |C:\Program Files\Realtek\Audio\HDA\ |SYSTEM |1 |
|1460 |chrome.exe |Google Chrome |53.0.2785.116 |38354944 |Normal |16 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|2108 |OUTLOOK.EXE |Microsoft Outlook |16.0.7167.2040 |499863552 |Normal |61 |C:\Program Files (x86)\Microsoft Office\root\Office16\ |seelmurr|1 |
|2556 |SelfServicePlugin.exe |Citrix Receiver |4.3.100.10167 |24518656 |Normal |12 |C:\Program Files (x86)\Citrix\ICA Client\SelfServicePlugin\ |seelmurr|1 |
|2948 |EXCEL.EXE |Microsoft Excel |16.0.7167.2040 |283742208 |Normal |33 |C:\Program Files (x86)\Microsoft Office\root\Office16\ |seelmurr|1 |
|2988 |vprintproxy.exe |VMware VPrint Proxy |8.0.2.28060 |15486976 |Normal |11 |C:\Program Files (x86)\VMware\VMware Workstation\ |seelmurr|1 |
|3188 |dwm.exe |Desktop Window Manager |6.1.7600.16385 |87678976 |High |5 |C:\Windows\SysNative\ |seelmurr|1 |
|3308 |unsecapp.exe | | |8486912 |Normal |4 |C:\Windows\System32\wbem\ |seelmurr|1 |
|3468 |sftdcc.exe |Microsoft Application Virtualization Desktop Configuration Controller|4.6.3.24870 |7946240 |Normal |3 |C:\Program Files (x86)\Microsoft Application Virtualization Client\ |seelmurr|1 |
|3520 |explorer.exe |Windows Explorer |6.1.7601.23418 |164687872 |Normal |43 |C:\Windows\ |seelmurr|1 |
|4912 |Receiver.exe |Citrix Receiver Application |4.3.100.10 |24154112 |Normal |41 |C:\Program Files (x86)\Citrix\ICA Client\Receiver\ |seelmurr|1 |
|5488 |wfcrun32.exe |Citrix Connection Manager |14.3.100.10 |21737472 |Normal |20 |C:\Program Files (x86)\Citrix\ICA Client\ |seelmurr|1 |
|5864 |ssonsvr.exe |Citrix Pass-through Authentication |14.3.100.10 |6692864 |Normal |6 |C:\Program Files (x86)\Citrix\ICA Client\ |SYSTEM |1 |
|5992 |AuthManSvr.exe |Authentication Manager Server |7.0.0.8243 |16064512 |Normal |16 |C:\Program Files (x86)\Citrix\AuthManager\ |seelmurr|1 |
|6384 |chrome.exe |Google Chrome |53.0.2785.116 |83517440 |Normal |7 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|6452 |notepad++.exe |Notepad++ : a free (GNU) source code editor |6.9.2.0 |57724928 |Normal |13 |J:\Tools\Notepad++Portable\App\Notepad++\ |seelmurr|1 |
|6884 |vmware-unity-helper.exe |VMware Unity Helper |8.0.2.28060 |22925312 |Normal |4 |C:\Program Files (x86)\VMware\VMware Workstation\ |seelmurr|1 |
|6912 |UcMapi.exe |Skype for Business |16.0.7167.2040 |52117504 |Normal |19 |C:\Program Files (x86)\Microsoft Office\root\Office16\ |seelmurr|1 |
|6980 |EvernoteTray.exe |Evernote Tray Application |6.3.3.3502 |6520832 |Normal |2 |C:\Program Files (x86)\Evernote\Evernote\ |seelmurr|1 |
|6984 |chrome.exe |Google Chrome |53.0.2785.116 |5644288 |Normal |7 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|7072 |svcstor.exe | |1.5.0.0 |13246464 |Below-Normal|9 |C:\BECNET\LOGON\ |seelmurr|1 |
|7172 |redirector.exe |Citrix FTA, URL Redirector |14.3.100.10 |7340032 |Normal |3 |C:\Program Files (x86)\Citrix\ICA Client\ |seelmurr|1 |
|7328 |SCNotification.exe |SCNotification |5.0.8412.1000 |31821824 |Normal |8 |C:\Windows\CCM\ |seelmurr|1 |
|7392 |Evernote.exe |Evernote |6.3.3.3502 |99803136 |Normal |26 |C:\Program Files (x86)\Evernote\Evernote\ |seelmurr|1 |
|7512 |lync.exe |Skype for Business |16.0.7167.2040 |298520576 |Normal |56 |C:\Program Files (x86)\Microsoft Office\root\Office16\ |seelmurr|1 |
|7636 |Titus.FileWatcher.exe |Titus.FileWatcher |15.9.7.0 |58470400 |Normal |13 |C:\Program Files\TITUS\TITUS Classification for Desktop\ |seelmurr|1 |
|7720 |OneDrive.exe |Microsoft OneDrive |17.3.6517.809 |39530496 |Normal |23 |C:\Users\seelmurr\AppData\Local\Microsoft\OneDrive\ |seelmurr|1 |
|7756 |procexp64.exe |Sysinternals Process Explorer |14.1.0.0 |62980096 |High |8 |D:\Tools\Sysinternals\ |seelmurr|1 |
|7792 |ERCInterface.exe |Umbrella RC UI |1.5.37.0 |34586624 |Normal |7 |C:\Program Files (x86)\OpenDNS\Umbrella Roaming Client\ |seelmurr|1 |
|7832 |WzPreloader.exe |WinZip Preloader |20.5.12119.0 |14991360 |Normal |6 |C:\Program Files\WinZip\ |seelmurr|1 |
|7932 |Toad.exe |Toad™ for Oracle® |12.10.0.30 |507883520 |Normal |13 |C:\Program Files (x86)\Dell\Toad for Oracle 2016 R2 Suite\Toad for Oracle 12.10\ |seelmurr|1 |
|7976 |EvernoteClipper.exe |Evernote Clipper |6.3.3.3502 |7471104 |Normal |4 |C:\Program Files (x86)\Evernote\Evernote\ |seelmurr|1 |
|8048 |chrome.exe |Google Chrome |53.0.2785.116 |34193408 |Normal |12 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|8080 |vmware-tray.exe |VMware Tray Process |8.0.2.28060 |6156288 |Normal |3 |C:\Program Files (x86)\VMware\VMware Workstation\ |seelmurr|1 |
|8132 |concentr.exe |Citrix Connection Center |14.3.100.10 |22528000 |Normal |14 |C:\Program Files (x86)\Citrix\ICA Client\ |seelmurr|1 |
|8232 |BcsTools.exe |BCS-Tools - Bechtel Centralized Services |1.7.3.0 |119529472 |Normal |7 |C:\Users\seelmurr\Desktop\ |seelmurr|1 |
|8480 |vmware.exe |VMware Workstation |8.0.2.28060 |118284288 |Normal |8 |C:\Program Files (x86)\VMware\VMware Workstation\ |seelmurr|1 |
|8496 |vmware-vmx.exe |VMware Workstation VMX |8.0.2.28060 |2376642560|Normal |14 |C:\Program Files (x86)\VMware\VMware Workstation\x64\ |seelmurr|1 |
|8508 |lynchtmlconv.exe | |16.0.7167.2040 |44482560 |Normal |15 |C:\Program Files (x86)\Microsoft Office\root\Office16\ |seelmurr|1 |
|9208 |splwow64.exe |Print driver host for 32bit applications |6.1.7601.17777 |33079296 |Normal |10 |C:\Windows\ |seelmurr|1 |
|9244 |chrome.exe |Google Chrome |53.0.2785.116 |71245824 |Normal |25 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|9436 |chrome.exe |Google Chrome |53.0.2785.116 |335876096 |Normal |35 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|9480 |wfica32.exe |Citrix HDX Engine |14.3.100.10 |45559808 |Normal |56 |C:\Program Files (x86)\Citrix\ICA Client\ |seelmurr|1 |
|9524 |chrome.exe |Google Chrome |53.0.2785.116 |7102464 |Normal |3 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|9604 |Everything.exe |Everything |1.3.4.686 |118599680 |Normal |12 |C:\Program Files\Everything\ |seelmurr|1 |
|9780 |iexplore.exe |Internet Explorer |11.0.9600.18500|32309248 |Normal |10 |C:\Program Files\Internet Explorer\ |seelmurr|1 |
|9848 |iexplore.exe |Internet Explorer |11.0.9600.18500|76849152 |Normal |26 |C:\Program Files (x86)\Internet Explorer\ |seelmurr|1 |
|10248|GoogleChromePortable.exe|Google Chrome Portable |2.3.6.10 |9146368 |Normal |1 |J:\Tools\GoogleChromePortable\ |seelmurr|1 |
|10336|chrome.exe |Google Chrome |53.0.2785.116 |710307840 |Low |15 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|10412|chrome.exe |Google Chrome |53.0.2785.116 |54534144 |Normal |13 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|10620|chrome.exe |Google Chrome |53.0.2785.116 |31346688 |Normal |12 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|10920|Notepad++Portable.exe |Notepad++ Portable (PortableApps.com Launcher) |2.2.0.0 |4546560 |Normal |4 |J:\Tools\Notepad++Portable\ |seelmurr|1 |
|11392|SearchProtocolHost.exe |Microsoft Windows Search Protocol Host |7.0.7601.17610 |28971008 |Low |20 |C:\Windows\SysWOW64\ |seelmurr|1 |
|11564|chrome.exe |Google Chrome |53.0.2785.116 |93241344 |Normal |17 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|11664|chrome.exe |Google Chrome |53.0.2785.116 |31952896 |Normal |11 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|12064|chrome.exe |Google Chrome |53.0.2785.116 |42090496 |Normal |12 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|12348|chrome.exe |Google Chrome |53.0.2785.116 |22876160 |Normal |11 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|12676|chrome.exe |Google Chrome |53.0.2785.116 |41091072 |Normal |12 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
|13096|chrome.exe |Google Chrome |53.0.2785.116 |146993152 |Normal |13 |J:\Tools\GoogleChromePortable\App\Chrome-bin\ |seelmurr|1 |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Assembler Information:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
; Base Address: $4669000, Allocation Base: $4190000, Region Size: 86548480
; Allocation Protect: PAGE_EXECUTE_WRITECOPY, Protect: PAGE_EXECUTE_READWRITE
; State: MEM_COMMIT, Type: MEM_IMAGE
;
;
; Data.DatabaseError (Line=3268 - Offset=147)
; -------------------------------------------
04669E73 8D45E0 LEA EAX, [EBP-$20]
04669E76 50 PUSH EAX
04669E77 8B4308 MOV EAX, [EBX+8]
04669E7A 8945D0 MOV [EBP-$30], EAX
04669E7D C645D411 MOV BYTE PTR [EBP-$2C], $11
04669E81 8975D8 MOV [EBP-$28], ESI
04669E84 C645DC11 MOV BYTE PTR [EBP-$24], $11
04669E88 8D55D0 LEA EDX, [EBP-$30]
04669E8B B901000000 MOV ECX, 1
04669E90 B81C9F6604 MOV EAX, $04669F1C ; ($04669F1C) Data.DatabaseError (Line=3272) UNICODE: '%s: %s' Data.DatabaseError (Line=3272)
04669E95 E806D5B7FF CALL -$482AFA ; ($041E73A0) System.Format
04669E9A 8B4DE0 MOV ECX, [EBP-$20]
04669E9D B201 MOV DL, 1
04669E9F A120D76404 MOV EAX, [$0464D720] ; Delphi Class "EDatabaseError"
04669EA4 E8973CB8FF CALL -$47C369 ; ($041EDB40) System.Exception.Create
04669EA9 E82E19B3FF CALL -$4CE6D2 ; ($0419B7DC) System._RaiseExcept
04669EAE EB13 JMP +$13 ; ($04669EC3) Data.DatabaseError (Line=3272)
;
; Line=3271 - Offset=208
; ----------------------
04669EB0 8BCE MOV ECX, ESI
04669EB2 B201 MOV DL, 1
04669EB4 A120D76404 MOV EAX, [$0464D720] ; Delphi Class "EDatabaseError"
04669EB9 E8823CB8FF CALL -$47C37E ; ($041EDB40) System.Exception.Create
;
; Line=3271 - Offset=222
; ----------------------
04669EBE E81919B3FF CALL -$4CE6E7 ; ($0419B7DC) System._RaiseExcept ; <-- EXCEPTION
;
; Line=3272 - Offset=227
; ----------------------
04669EC3 33C0 XOR EAX, EAX
04669EC5 5A POP EDX
04669EC6 59 POP ECX
04669EC7 59 POP ECX
04669EC8 648910 MOV FS:[EAX], EDX
04669ECB 68E89E6604 PUSH $04669EE8 ; ($04669EE8) Data.DatabaseError (Line=3272) Data as ANSI: '^[‹å]Ã'; Data as UNICODE: '???' Data.DatabaseError (Line=3272)
04669ED0 8D45E0 LEA EAX, [EBP-$20]
04669ED3 E8F822B3FF CALL -$4CDD08 ; ($0419C1D0) System._UStrClr
04669ED8 8D45FC LEA EAX, [EBP-4]
04669EDB E8F022B3FF CALL -$4CDD10 ; ($0419C1D0) System._UStrClr

Registers:
-----------------------------
EAX: 0048FA30 EDI: 00000001
EBX: 00000000 ESI: 0EEDFADE
ECX: 00000007 EBP: 0048FA80
EDX: 00000000 ESP: 0048FA30
EIP: 7703C54F FLG: 00200216
EXP: 04669EBE STK: 0048FA30

Stack: Memory Dump:
------------------ ---------------------------------------------------------------------------
1C3D1AB4: 30F28D9C 04669EBE: E8 19 19 B3 FF 33 C0 5A 59 59 64 89 10 68 E8 9E .....3.ZYYd..h..
1C3D1AB0: 041EE79C 04669ECE: 66 04 8D 45 E0 E8 F8 22 B3 FF 8D 45 FC E8 F0 22 f..E..."...E..."
1C3D1AAC: 0048FA78 04669EDE: B3 FF C3 E9 52 17 B3 FF EB E8 5E 5B 8B E5 5D C3 ....R.....^[..].
1C3D1AA8: 30F1C050 04669EEE: 00 00 B0 04 02 00 FF FF FF FF 09 00 00 00 25 00 ..............%.
1C3D1AA4: 0048FAD8 04669EFE: 73 00 2E 00 25 00 73 00 3A 00 20 00 25 00 73 00 s...%.s.:. .%.s.
1C3D1AA0: 0048FB1C 04669F0E: 00 00 B0 04 02 00 FF FF FF FF 06 00 00 00 25 00 ..............%.
1C3D1A9C: 00000000 04669F1E: 73 00 3A 00 20 00 25 00 73 00 00 00 00 00 55 8B s.:. .%.s.....U.
1C3D1A98: 30F28D9C 04669F2E: EC 6A 00 53 56 57 8B F9 8B F2 8B D8 33 C0 55 68 .j.SVW......3.Uh
1C3D1A94: 00000000 04669F3E: 78 9F 66 04 64 FF 30 64 89 20 8D 45 FC 50 8B D6 x.f.d.0d. .E.P..
1C3D1A90: 30F1C050 04669F4E: 8B CF 8B C3 E8 49 D4 B7 FF 8B 45 FC 8B 55 08 E8 .....I....E..U..
1C3D1A8C: 04669EC3 04669F5E: 7E FE FF FF 33 C0 5A 59 59 64 89 10 68 7F 9F 66 ~...3.ZYYd..h..f
1C3D1A88: 00000007 04669F6E: 04 8D 45 FC E8 59 22 B3 FF C3 E9 BB 16 B3 FF EB ..E..Y".........
1C3D1A84: 7703C54F 04669F7E: F0 5F 5E 5B 59 5D C2 04 00 90 55 8B EC 83 C4 F4 ._^[Y]....U.....
1C3D1A80: 00000000 04669F8E: 53 56 57 33 DB 89 5D FC 8B F1 8B FA 33 D2 55 68 SVW3..].....3.Uh
1C3D1A7C: 00000001 04669F9E: EF 9F 66 04 64 FF 32 64 89 22 8B D6 E8 81 67 01 ..f.d.2d."....g.
1C3D1A78: 0EEDFADE 04669FAE: 00 8B D8 85 DB 75 24 57 8D 55 FC A1 20 B8 DA 07 .....u$W.U.. ...

END QUOTE

Problem with Session Browser - always expands the tree on refresh.

$
0
0

Greetings all,

  • Windows 7 client
  • Toad 12.1.0.22
  • DBA Module
  • 11.2.0.4 database on a Windows 2008 Azure server, in the cloud.

In the session browser, database->monitor->Session Browser, I'm watching an impdp session with 8 parallel slaves - DW00 through DW07. In order to see those, I have to remove the filter to "Exclude NULL and SYSTEM OS Users".

As soon as I click Refresh, or as soon as the timer refreshes, all the sessions in the tree on the left side, expand and turn cyan.

Steps to reproduce:

  • Open Session Browser;
  • Click the filter and unselect "Exclude NULL and SYSTEM OS Users". (Nothing is now ticked);
  • The refresh checkbox can be checked or unchecked.
  • Click on one (or more) of the '+' beside the program name to monitor - I'm using DW00, but anything at all works, provided, it's a SYSTEM or background process. The program name will be ORACLE.EXE (xxxx)(n) where 'xxxx' is the background task name and 'n' is the number of processes.
  • Wait ...

If the screen is set up to refresh every few seconds, on the next refresh, all the background processes named "oracle.exe (xxxx)(n)" will effectively "expand all". If the screen is not set up to auto-refresh, just click on the refresh button (two green arrows pointing in a circle) and again, all the background sessions will "expand all". It's terribly annoying! ;-)

I suspect this might be fixed in some patch or other released after my version, but unfortunately, I'm not up to date here. Sigh.

Best Promotion: Toad for oracle - Professional edition (Ranked No.1 Database management tool) - Buy 1 Get 1 free by SoftwareONE Malaysia.

$
0
0

Greeting from SoftwareONE!!

 

Dear valued Customer,

 

               We are SoftwareONE, a professional software solutions providers and reseller, well known around the world for our customer focused and loyal service. Currently we are hosting a promotion on TOAD for oracle – Professional edition ( a database management tool) under buy 1 and get 1 free. It would be a great value proposition for your money spent because this tool provides many benefits for data base management.  Some of the highlighted features are,

 

  1. Create and maintain database platforms like PL/SQL code and SQL scripts. A robust and integrated debugging suite for PL/SQL and SQL Scripts is included.

  2. Toad data modeler– To simplify data modeling and design across multiple database platformsNo additional cost.

  3. Code analysis– to automate code-quality reviews to ensure its objective and consistency (incorporates rules form seasoned oracle experts).

  4. Data generation– populates tables with multiple rows of realistic data for functional testing.

 

  It is  a right opportunity for you take up Toad for oracle – Professional edition under Buy 1 Get 1 offer and be more cost efficient in the long-run along with  1 year maintenance - direct from dell support (free with the pack).

For more information or in case query, Please contact :

Sathish Raja sekaran | Business Development Representative | Software One Experts Sdn Bhd

Direct: +60 3 2289 7640 | General: +60 3 2289 7728 | Fax: +603 2178 4965

sathish.rajasekaran@softwareone.com  |www.softwareone.com

RE: Export DDL Button

$
0
0

Can you be more specific?   If you are clicking the toolbar button, it's not supposed to do anything except choose which action to drop in the area below when you click down there.  After that, you can double-click on the dropped action to set its properties.  

If all you want to do is get a DDL script for an object, the easiest way to do that is to go to the Schema Browser, find the object you want, and then click on the Script tab on that right.

Export DDL Button

$
0
0
Nothing happens when clicking this button in Automation Designer.
Viewing all 4385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>