spoolight

seting 1
ORACLE_HOME=D:\oracle\product\11.2.0\client_1
set SQLPATH=D:\oracle\product\11.2.0\client_1
set LOCAL=D:\oracle\product\11.2.0\client_1
set LD_LIBRARY_PATH=D:\oracle\product\11.2.0\client_1

D:\oracle\product\11.2.0\client_1\bin;D:\oracle\product\11.2.0\client_1

D:\Quest Software

setting 2
cop could not be uninstall
datasourcesqlnet could not be uninstalleed
spotlightportals could not be uninstalleed
datasourceppcm could not be uninstall
datasourceRAC could not be uninstall
SOC
datasourcesqlnet
spotlighportals

setting 3

cd D:\支持\办公软件\oracle10201_client_win32\client

If you have 64-bit server and 32-bit client installed on the same computer it's possible that Spotlight looks for oci.dll at wrong Oracle Home.

Examine order of Oracle home directories from Universal Installer and place 32-bit home first:

Run Oracle Universal Installer
Click "Installed Products" button
Switch to "Environment" tab
Reorder Oracle Homes with arrows on right side and click "Apply"

setting 4:
C:\Program Files\Quest Software\Spotlight\Console\Spotlight.exe /developer:1

setting 5
C:\dbmonitor

D:\Quest Software

setting 6

C:\Users\penghuishun.CRBCOA\AppData\Local\VirtualStore\Program Files (x86)\Quest Software
C:\Users\penghuishun.CRBCOA\AppData\Roaming

setting 7
sqlplus hddtusr/hddtusr_0824@//192.168.27.145:15021/phddtuat

sqlplus systme/manager@//10.241.96.37:1556/vats

setting 8

regedit

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters\AutoShareServer

net use \\R304AH9E\c$

1. Restore the administrative share for C$. See Microsoft document http://support.microsoft.com/kb/314984

2. Check that it is ok:
- net use \\<hostname>\c$ should work
- the current user (i.e. user in administrator group) should have all privileges on the default share

3. retry the installation

5.ignore the error

6.log:
D:\oracle\product\11.2.0\client_1\cfgtoollogs\oui

ref
http://blog.csdn.net/msdnchina/article/details/43878995

##seting 7

C:\Program Files (x86)\Oracle\Inventory\logs

###########
Well, interesting. I figured out what was going wrong. From the Connection Manager, the Installed Clients | Connect Using was defaulting to the Oracle 6i Report/Forms home. Once I selected the 11g home, presto. Usually the products select by default the home which is first listed in the system PATH and uses connections from what is specified by the TNS_ADMIN system variable. Thanks Vincent for helping!

###seting 9

set TNS_ADMIN=D:\oracle\product\11.2.0\client_1\network\admin
set NLS_LANG=AMERICAN_AMERICA.ZHS16GBK
set ocidll=D:\oracle\product\11.2.0\client_1\oci.dll

regedit
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ORACLE\KEY_OraClient11g_home1

######seting 10
D:\oracle\product\11.2.0\client_1>tnsping

TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 11-JAN-2
018 20:35:22

Copyright (c) 1997, 2010, Oracle. All rights reserved.

########setting 11

https://www.club-oracle.com/threads/cannot-load-oci-dll.3178/

Cannot load OCI DLL
Discussion in 'Other Development Tools' started by mdsmit, Oct 6, 2010.

mdsmit
mdsmit
Active Member
Messages:5
Likes Received:0
Trophy Points:55
I am setting up tools on a new Windows 7 PC that my company issued me and have everything working except TOAD.

I installed oracle 10.2.0.3 on my PC and setup my ORACLE_HOME and TNS_ADMIN environment variables. I also set up by TNS file and host file. Afterwards I installed TOAD 10.1.1.8 as well as SQL Developer.

I am able to connect to any database setup in my TNS file through SQL plus as well as through SQL Developer. But when I open TOAD, my oracle instalation is not appearing in the "Connect Using:" box when I try to make a connection. The only thing that appears there is an old installion of oracle 8 that was partially copied over when the tech staff copied files from my old PC to my new one. That installition is invalid and doesn't work.

I looked through the TOAD user guide, and it has the following information about how it finds clients:

How Toad Finds the Oracle Client DLL
1. Toad first looks in the Toad command line for OCIDLL.
2. If this is not found, Toad looks for the path for the Oracle home as follows:
3. If the command line argument "ORACLEHOME" was passed in, then Toad will use
that home.
4. If there is no Toad home defined then Toad will display the home that is set as the
default home using Oracle’s Home Selector application as the default in the dropdown.
Toad will use the home that is active in the dropdown.
5. To populate the dropdown, Toad searches the registry as follows:
First, Toad reads the list of Oracle home names from the keys under HKEY_
LOCAL_MACHINE\SOFTWARE\ORACLE\ALL_HOMES
If no Oracle homes are found there, then the Oracle home is set to HKEY_
LOCAL_MACHINE\SOFTWARE\ORACLE
Otherwise, Toad finds the ORACLE_HOME value for each Oracle home, if it
exists. Then Toad checks the system environment variable called PATH to see
whether it contains the "bin" folder under ORACLE_HOME. Toad selects the
Oracle home whose path appears first in PATH.
If Toad still hasn't found an Oracle home, it uses HKEY_LOCAL_
MACHINE\SOFTWARE\ORACLE.
6. Toad looks for the client DLL in the "Bin" folder under the path found for the
Oracle home
If that fails, Toad looks for the ORACLE_HOME key under HKEY_LOCAL_
MACHINE\ORACLE\SOFTWARE, and look for the client dll in the "Bin" folder
under that.
If that also fails, Toad looks for the client dll in every \bin directory in PATH.

I checked my registry, and my oracle installion does appear in a 10g folder within HKEY_
LOCAL_MACHINE\SOFTWARE\ORACLE.

What else can I do to try and get TOAD to find my 10g oracle installion?

Thanks for any help you can give.
mdsmit, Oct 6, 2010 #1
mdsmit
mdsmit
Active Member
Messages:5
Likes Received:0
Trophy Points:55
Re: Oracle Instalation Not Appearing in Connect Using Dropdown in TOAD

I was able to partially solve the problem by finding where TOAD was getting that path. I set the correct path, but now it gives the error:

"Cannot load OCI DLL: C:\oracle\product\10.2.0\client_2\BIN\oci.dll"

Even though oci.dll is in that directory. Any ideas as to why it can't load it?
mdsmit, Oct 6, 2010 #2
Sadik
Sadik
Community Moderator Forum Guru
Messages:1,989
Likes Received:252
Trophy Points:1,455
Re: Oracle Instalation Not Appearing in Connect Using Dropdown in TOAD

Ok, which version of Toad are you using?
Sadik, Oct 7, 2010 #3
Sadik
Sadik
Community Moderator Forum Guru
Messages:1,989
Likes Received:252
Trophy Points:1,455
Re: Oracle Instalation Not Appearing in Connect Using Dropdown in TOAD

Oh ok it's 10+. What are the currently values "paths" of the PATH environment variable ?
Sadik, Oct 7, 2010 #4
mdsmit
mdsmit
Active Member
Messages:5
Likes Received:0
Trophy Points:55
I was able to find out the reason why it couldn't load the OCI DLL. Apparently no matter what version of TOAD you have, it is incompatible with 64 bit installations of oracle.

TOAD looks for oracle installations under HKEY_LOCAL_MACHINE/SOFTWARE/WOW6432NODE/ORACLE which is where because that is where 32 bit installations are registered. I had put the path of my 64 bit oracle installation there, but it still doesn't work because TOAD requires a 32 bit installation.

So, I installed a 32 bit version of Oracle, which TOAD was able to find, only to receive a similar error:

"Can't initialize OCI. Error -1"

I was instructed by my tech team at my project to add the following line to my sqlnet.ora file to solve that error, but it didn't:

NAMES.DIRECTORY_PATH= (TNSNAMES)

What DID, get rid of that error was when I ran TOAD as administrator on my PC. But now it gives a TNS error for any DB i try to connect to:

"ORA-12154: TNS:could not resolve the connect identifier specified" and then the DB i was using

However, I am able to connect to these databases with sql plus and sql developer without any issue. And yes, i have my TNS file in my network/admin directory for my new 32 bit installation as well as my 64 bit installation. And when I look at the TNSNames Editor in TOAD it has loaded everything from my TNS file.

Why can it not resolve the database when it has properly loaded it and I can connect with every other tool?
mdsmit, Oct 7, 2010 #5
Sadik
Sadik
Community Moderator Forum Guru
Messages:1,989
Likes Received:252
Trophy Points:1,455
Well it simply means that Toad is unable to find the correct Oracle home through the path variable. That is why i asked you to check the values of PATH environment variables in the first place.
Sadik, Oct 7, 2010 #6
mdsmit
mdsmit
Active Member
Messages:5
Likes Received:0
Trophy Points:55
Path is set to:

"C:\oracle\product\10.2.0\client_3\bin;C:\oracle\product\10.2.0\client_2\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin"

The string "C:\oracle\product\10.2.0\client_3\bin" is the bin directory for my 32 bit installation.

The string "C:\oracle\product\10.2.0\client_2\bin" is the bin directory for my 64 bit installation.
mdsmit, Oct 7, 2010 #7
mdsmit
mdsmit
Active Member
Messages:5
Likes Received:0
Trophy Points:55
I found the issue for why I was getting the TNS error:

ORA-12154: TNS:could not resolve the connect identifier specified

Apparently TOAD can't parse program locations that have parenthesis:

http://www.synergys.ca/index.php?option=com_lyftenbloggie&category=installation&Itemid=68&lang=en

Uninstalling TOAD from my "Program Files (x86)" directory and installing it directly in my C: directory solved the issue.

##########follow:

setting 11

checking help/about spotlight/View release notes

it feedback :
Missing "ociw32.dll" file: If Spotlight on Oracle cannot locate the file ociw32.dll, please check that your PATH statement includes a path to the <Oracle>/bin directory.

cp D:\oracle\product\11.2.0\client_1\ociw32.dll to D:\oracle\product\11.2.0\client_1\bin

cp D:\oracle\product\11.2.0\client_1\oci.dll to D:\oracle\product\11.2.0\client_1\bin

setting 12
lost orannzsbb11.dll

cp D:\oracle\product\11.2.0\client_1\orannzsbb11.dllto D:\oracle\product\11.2.0\client_1\bin

setting 13

spotlight on oracle ORA-01017

.安装完Spotlight,进入

-file

-oracle user wizard

(next 后有个下来列表就是刚配置的那些服务列表进行选择,然后用户名与密码,

之后需要SYS用户的用户名与密码)

Spotlight/Spotlight

and use the new user spotlight to monitor

ref

https://www.cnblogs.com/TestWorld/p/5300843.html

http://blog.csdn.net/defonds/article/details/52936664

spoolight on oracle 配置的更多相关文章

  1. Tools下的mdscongiguer 文件中 43行 oracle 配置 发现需要连接库 -lclntsh libclntsh.so 库是个什么东西呢?

    Tools下的mdscongiguer     文件中 43行  oracle 配置      发现需要连接库 -lclntsh      libclntsh.so 库是个什么东西呢? 分想一个知乎网 ...

  2. ORACLE配置tnsnames.ora文件实例

    ORACLE配置tnsnames.ora文件实例客户机为了和服务器连接,必须先和服务器上的监听进程联络.ORACLE通过tnsnames.ora文件中的连接描述符来说明连接信息.一般tnsnames. ...

  3. oracle 配置服务端

    oracle 配置服务端,类似我们配置java环境一样 防止乱码的配置: 变量名:NLS_LANG 变量值:SIMPLIFIED CHINESE_CHINA.ZHS16GBK 选择数据库的配置(重要) ...

  4. oracle 配置 自启动 和 关闭

    今天在看oracle自启动脚本,突然有点时间,总结一下!!! 第一次写博客,大家随便看看就好,有错误麻烦提醒下,不喜欢别喷,主要是锻炼自己,形成写博客的好习惯. 刚毕业,现在还没转正,在干运维和自学d ...

  5. ORACLE 配置连接远程数据库

    ORACLE配置tnsnames.ora文件实例 客户机为了和服务器连接,必须先和服务器上的监听进程联络.ORACLE通过tnsnames.ora文件中的连接描述符来说明连接信息.一般tnsnames ...

  6. 在oracle配置mysql数据库的dblink

    本文介绍如何在oracle配置mysql数据库的dblink:虽然dblink使用很占资源:俗称“性能杀手”.但有些场景不得不使用它.例如公司使用数据库是oracle:可能其他部门或者CP合作公司使用 ...

  7. PLSQL连接ORACLE配置字符串简介 oracle网络配置 三个配置文件 listener.ora、sqlnet.ora、tnsnames.ora原理解释

    PLSQL连接ORACLE配置字符串简介 oracle网络配置 三个配置文件 listener.ora.sqlnet.ora.tnsnames.ora原理解释 oracle网络配置三个配置文件 lis ...

  8. Oracle 配置文件目录

    Oracle 配置文件目录 ① 在oracle安装目录下,找D:\oracle\product\10.2.0\client_1\NETWORK\ADMIN中的tnsnames.ora文件,找到之后,配 ...

  9. linux下部署Mono oracle配置,oracle客户端安装

    一.Mono,apache安装,配置网站(以 centos 7 +apache 2为例): 安装教程以官网的教程为追,百度来的多少有版本问题. mono官网连接: 1. Mono的安装:https:/ ...

随机推荐

  1. 【boost】ptree 读写中文的问题

    最经项目中使用到了boost property_tree,却在中文问题上遇到大问题. 直接使用ptree读写存储于窄字符(如string)类型的中文字符串时,程序可以运行,但由于XML默认使用UTF- ...

  2. laravel 5.4 运行 make:auth 报错

    Laravel 5.4 migrate时报错: Specified key was too long error 问题根源 MySQL支持的utf8编码最大字符长度为3字节,如果遇到4字节的宽字符就会 ...

  3. python 之gc(回收机制)--garbage collection(GC垃圾回收)

    ######################引用计数######################### 引用计数:python 当中一种用来解决垃圾回收的策略之一 char 1个字节(2**8) in ...

  4. P1150 Peter的烟

    题目描述 Peter有n根烟,他每吸完一根烟就把烟蒂保存起来,k(k>1)个烟蒂可以换一个新的烟,那么Peter最终能吸到多少根烟呢? 输入输出格式 输入格式: 每组测试数据一行包括两个整数n( ...

  5. 2084. Asm.Def的基本算法

    2084. Asm.Def的基本算法 传送门 ★☆   输入文件:asm_algo.in   输出文件:asm_algo.out   简单对比时间限制:1 s   内存限制:256 MB [题目描述] ...

  6. 第十二章: 部署Django

    本章包含创建一个django程序最必不可少的步骤 在服务器上部署它 如果你一直跟着我们的例子做,你可能正在用runserver 但是runserver 要部署你的django程序,你需要挂接到工业用的 ...

  7. jquery/原生js/css3 实现瀑布流以及下拉底部加载

    思路: style: <style type="text/css"> body,html{ margin:; padding:; } #container{ posit ...

  8. win7 64位搭建Mantis 缺陷管理系统(2)

    建立Bug数据库 1. 右键Windows托盘的图标,选择“Local Web”,(或者在IE地址中输入“http://127.0.0.1/”)可看到如下页面: 2. 点击选择“mantis”,进入页 ...

  9. Redux API之combineReducers

    combineReducers(reducers) 随着应用变得复杂,需要对 reducer 函数 进行拆分,拆分后的每一块独立负责管理 state 的一部分. combineReducers 辅助函 ...

  10. struts2的method=&quot;{1}&quot;

    这里的{1}表示接收前面action里通过通配符传来的值,例如你配置的是 ,然后调用***/editCrud.action,则method里获得的值是edit,将会调用这个action里面的 edit ...