spoolight on oracle 配置
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 配置的更多相关文章
- Tools下的mdscongiguer 文件中 43行 oracle 配置 发现需要连接库 -lclntsh libclntsh.so 库是个什么东西呢?
Tools下的mdscongiguer 文件中 43行 oracle 配置 发现需要连接库 -lclntsh libclntsh.so 库是个什么东西呢? 分想一个知乎网 ...
- ORACLE配置tnsnames.ora文件实例
ORACLE配置tnsnames.ora文件实例客户机为了和服务器连接,必须先和服务器上的监听进程联络.ORACLE通过tnsnames.ora文件中的连接描述符来说明连接信息.一般tnsnames. ...
- oracle 配置服务端
oracle 配置服务端,类似我们配置java环境一样 防止乱码的配置: 变量名:NLS_LANG 变量值:SIMPLIFIED CHINESE_CHINA.ZHS16GBK 选择数据库的配置(重要) ...
- oracle 配置 自启动 和 关闭
今天在看oracle自启动脚本,突然有点时间,总结一下!!! 第一次写博客,大家随便看看就好,有错误麻烦提醒下,不喜欢别喷,主要是锻炼自己,形成写博客的好习惯. 刚毕业,现在还没转正,在干运维和自学d ...
- ORACLE 配置连接远程数据库
ORACLE配置tnsnames.ora文件实例 客户机为了和服务器连接,必须先和服务器上的监听进程联络.ORACLE通过tnsnames.ora文件中的连接描述符来说明连接信息.一般tnsnames ...
- 在oracle配置mysql数据库的dblink
本文介绍如何在oracle配置mysql数据库的dblink:虽然dblink使用很占资源:俗称“性能杀手”.但有些场景不得不使用它.例如公司使用数据库是oracle:可能其他部门或者CP合作公司使用 ...
- PLSQL连接ORACLE配置字符串简介 oracle网络配置 三个配置文件 listener.ora、sqlnet.ora、tnsnames.ora原理解释
PLSQL连接ORACLE配置字符串简介 oracle网络配置 三个配置文件 listener.ora.sqlnet.ora.tnsnames.ora原理解释 oracle网络配置三个配置文件 lis ...
- Oracle 配置文件目录
Oracle 配置文件目录 ① 在oracle安装目录下,找D:\oracle\product\10.2.0\client_1\NETWORK\ADMIN中的tnsnames.ora文件,找到之后,配 ...
- linux下部署Mono oracle配置,oracle客户端安装
一.Mono,apache安装,配置网站(以 centos 7 +apache 2为例): 安装教程以官网的教程为追,百度来的多少有版本问题. mono官网连接: 1. Mono的安装:https:/ ...
随机推荐
- 线程池ThreadPool的常用方法介绍
线程池ThreadPool的常用方法介绍 如果您理解了线程池目的及优点后,让我们温故下线程池的常用的几个方法: 1. public static Boolean QueueUserWorkItem(W ...
- win7 jenkins搭建.Net项目自动构建
前提:操作系统win7, 确保需要的.NET Framework已经安装 1. 安装插件 Jenkins--系统管理局--管理插件--可选插件,搜索MSBuild Plugin并安装:重启tomcat ...
- 一个坑:sql中问号(?)传参和 美元符号传参(${})的区别
? 可能会把参数加一对引号,不忽略前后空格? ${}是字符串拼接,好处是字符串前后的空格会被忽略... 但拼接有可能导致SQL注入
- 【Lintcode】046.Majority Number
题目: Given an array of integers, the majority number is the number that occurs more than half of the ...
- VirtualBox文件系统已满--磁盘扩容
第1步:为virtualbox虚拟电脑扩容 进入命令行,以Windows系统为例 (特别注意空格和中文) 1.启动CMD命令行,进入VirtualBox的安装目录.如 运行:cmd C:\Users\ ...
- __setup宏简介
内核组件用__setup宏来注册关键字及相关联的处理函数,__setup宏在include/linux/init.h中定义,其原型如下: __setup(string, fun ...
- 利用d3js绘出环形百分比环
利用d3js绘出环形百分比环 (function() { var numberData = [{ value : 0.334, text : "33.4%", color : &q ...
- Javascript Tip(!!)
var a:var b=!!a; a默认是undefined.!a是true,!!a则是false,所以b的值是false,而不再是undefined,也非其它值,主要是为后续判断提供便利. !!一般 ...
- Matcher的group()/group(int group)/groupCount()用法介绍
直接上代码: package com.dajiangtai.djt_spider.util; import java.util.regex.Matcher;import java.util.regex ...
- CSS实现三角形图标原理解析
CSS实现三角形图标原理解析: border边框语法: border 四条边框设置border-left 设置左边框,一般单独设置左边框样式使用border-right 设置右边框,一般单独设置右边框 ...