Tuesday, March 13, 2012
ESRI ArcSDE reference links
Posted by
Admin
at
3/13/2012 10:33:00 AM
Labels: ArcSDE
How to resolve Error 1606 when installing ArcMap 10 Desktop
Error 1606. Could not access network location \\****\****\My Pictures\
Solution:
You receive an "Error 1606" error message when you try to install or remove a Microsoft program (http://support.microsoft.com/kb/886549 )
- Click Start, click Run, type Regedit.exe, and then click OK.
- Locate and then click the following registry subkey:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders - In the right pane, verify that the values are the same as the values in the following table. If each value matches the table, go to step 7.
| Value name | Type | Value data |
| {374DE290-123F-4565-9164-39C4925E467B} | REG_EXPAND_SZ | %USERPROFILE%\Downloads |
| AppData | REG_EXPAND_SZ | %USERPROFILE%\AppData\Roaming |
| Cache | REG_EXPAND_SZ | %USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files |
| Cookies | REG_EXPAND_SZ | %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Cookies |
| Desktop | REG_EXPAND_SZ | %USERPROFILE%\Desktop |
| Favorites | REG_EXPAND_SZ | %USERPROFILE%\Favorites |
| History | REG_EXPAND_SZ | %USERPROFILE%\AppData\Local\Microsoft\Windows\History |
| LocalAppData | REG_EXPAND_SZ | %USERPROFILE%\AppData\Local |
| My Pictures | REG_EXPAND_SZ | %USERPROFILE%\Pictures |
| My Music | REG_EXPAND_SZ | %USERPROFILE%\Music |
| My Video | REG_EXPAND_SZ | %USERPROFILE%\Videos |
| NetHood | REG_EXPAND_SZ | %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Network Shortcuts |
| Personal | REG_EXPAND_SZ | %USERPROFILE%\Documents |
| PrintHood | REG_EXPAND_SZ | %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Printer Shortcuts |
| Programs | REG_EXPAND_SZ | %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs |
| Recent | REG_EXPAND_SZ | %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Recent |
| SendTo | REG_EXPAND_SZ | %USERPROFILE%\AppData\Roaming\Microsoft\Windows\SendTo |
| Start Menu | REG_EXPAND_SZ | %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu |
| Startup | REG_EXPAND_SZ | %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup |
| Templates | REG_EXPAND_SZ | %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Templates |
Posted by
Admin
at
3/13/2012 10:07:00 AM
0
comments
Saturday, December 11, 2010
Oracle DBA Tips
Thank you for visiting Spatial DBA - Oracle and ArcSDE.
Please visit Oracle DBA Tips (http://www.oracledbatips.com) for more Oracle DBA Tips.
Please visit Canada DBA Jobs for DBA and database jobs in Canada!
Posted by
Admin
at
12/11/2010 02:24:00 PM
0
comments
Thursday, July 29, 2010
SESSIONS
Please visit Oracle DBA Tips (http://www.oracledbatips.com) for more Oracle DBA Tips.
Property
|
Description
|
Parameter type
|
Integer
|
Default value
|
Derived: (1.1 * PROCESSES) + 5
|
Modifiable
|
No
|
Range of values
|
1 to 231
|
Basic
|
Yes
|
Posted by
Admin
at
7/29/2010 02:10:00 PM
0
comments
Labels: Oracle parameter
V$TRANSACTION_ENQUEUE
Thank you for visiting Spatial DBA - Oracle and ArcSDE.
Please visit Oracle DBA Tips (http://www.oracledbatips.com) for more Oracle DBA Tips.
Column | Datatype | Description |
ADDR | RAW(4 | 8) | Address of lock state object |
KADDR | RAW(4 | 8) | Address of lock |
SID | NUMBER | Identifier for session holding or acquiring the lock |
TYPE | VARCHAR2(2) | Type of lock. TX indicates transaction enqueue. |
ID1 | NUMBER | Lock identifier #1 (depends on type) |
ID2 | NUMBER | Lock identifier #2 (depends on type) |
LMODE | NUMBER | Lock mode in which the session holds the lock:
|
REQUEST | NUMBER | Lock mode in which the process requests the lock:
|
CTIME | NUMBER | Time since current mode was granted |
BLOCK | NUMBER | The lock is blocking another lock |
Oracle data dictionary views
Last updated: 2009-11-12 Thursday |
Posted by
Admin
at
7/29/2010 02:09:00 PM
0
comments
Labels: Oracle dynamic performance views