由买买提看人间百态

topics

全部话题 - 话题: oracle
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
z**w
发帖数: 3
1
来自主题: Database版 - Oracle connection problem
I installed Oracle 8.1.5 on my PC and got the connection problem.
I use the following code to test, the compile was fine but failed to get the
result.
import java.sql.*;
import java.math.*;
import java.io.*;
import oracle.jdbc.driver.*;
public class JDBCVersion
{
public static void main (String args []) throws SQLException,
IOException, ClassNotFoundException
{
// Load the Oracle JDBC driver
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection conn = DriverManager.getConnection
"j
f***g
发帖数: 10
2
来自主题: Database版 - Oracle Bolstering XML In Its Database
March 19, 2002
Oracle Bolstering XML In Its Database
By Matt Hicks
Oracle Corp. will enhance its flagship 9i database with the ability to store,
manage and query XML documents within the same database as relational data.
The company's initiative to support XML in 9i, called Oracle XML DB, will be a
standard part of Release 2 of 9i, which is due for release this spring.
While officials wouldn't pinpoint a date, they said it would be out before
June 1. Oracle's Vice President of Server Technologi
g****h
发帖数: 30
3
We can go to Oracle's OTN to download Oracle9i. What's the diffence between
"Oracle server which is purchased" and "Oracle server downloaded"? Is there
any functional difference? How about difference in license? I have no idea
about this.
Hope someone could help
l*****k
发帖数: 587
4
来自主题: Database版 - open service in oracle 8
supposed I dumped a whole schema out of a oracle db using
exp, then imported into another oracle db by a different user.
I can see the imported stuff under schema at oracle studio, but
how can I start the service at this oracle instance ?
newbie question, help appreciated. Thanks in advance.
b****e
发帖数: 1275
5
来自主题: Database版 - [转载] unicode into oracle?
【 以下文字转载自 Java 讨论区 】
【 原文由 breeze 所发表 】
i have a unicode string that i want to store to an oracle table.. i
tried varchar2 and long, but the result is not readable when I read
them out in a jdbc select nor in toad (with a chinese viwer)
if i print the string before it's inserted into oracle it's fine..
so that means something went wrong during the insert.. what could it
be? my oracle is already set to American/America/UTF8 (the NLS_LANG
setting) and it's oracle 8.1.7.. and i'm using the oci8 dri
l***r
发帖数: 459
6
【 以下文字转载自 Working 讨论区,原文如下 】
发信人: laoer (xiaoer), 信区: Working
标 题: Oracle DBA 主要需要注意什么?
发信站: The unknown SPACE (Tue May 6 09:21:58 2003) WWW-POST
偶门的DBA太差了,只好赶鸭子上架自己来.平时偶主要做DATABASE PROGRAMING ON
ORACLE, 不知道DBA主要应该注意什么?
多谢!
btw, 偶要装ORACLE ON SOLARIS 8, 麻烦吗? 偶装过ORACLE ON WINDOWS2000 AND
LINUX7.3.
c***y
发帖数: 114
7
来自主题: Database版 - 请教DB migration sybase->oracle
anyone has some exprience in migrating large DB from sybase to oracle?
I'm thinking of doing that but never done this before.
Seems there is something called oracle migration workbench can do that.
will this thing do the job smoothly?
How about the stored procedures and trigers in sybase, will they work in
oracle without modification?
And the applications such as loading script, is it a big pain to modify them
to point to oracle from sybase?
I'm still at the very begining stage so any comments a
s******s
发帖数: 508
8
来自主题: Database版 - Report on the web for Oracle
I have a oracle db server installed and a apache/tomcat as web server and
servlet container. Now I want to provide some kind of web interface to show
data in the database. Users can choose some parameters (parameters are data in
the db) and then get query results. The queries involve some table joins.
Currently I use java servlet to do the work and use jdbc to connect to the db.
Is any better ways/tools to do this in Oracle? How can I take advantage of XML
support Oracle provides. (my old oracle
w*********y
发帖数: 28
9
老板对数据库迷恋,尤其对oracle迷恋,别的DB都嗤之以鼻,真是搞不懂他。
现在老板要求在Oracle把一个Number类型,转变成一个IP地址,而且不能用JDBC,ODBC。
只能用QUERY。
其实我认为就是先把Number类型转换成Binary类型,再按8位分组,再把8位转变成NUMBER

其实如果不用Oracle, 我用MYSQL可以写成:
SELECT CONCAT(CONV(SUBSTRING(BIN(ip_src), 1, 8), 2, 10),'.',
CONV(SUBSTRING(BIN(ip_src), 9, 8), 2, 10),'.',
CONV(SUBSTRING(BIN(ip_src), 17, 8), 2, 10),'.',
CONV(SUBSTRING(BIN(ip_src), 25, 8), 2, 10))
FROM header;
但在ORACLE下就不知道怎么办了(没有BIN,CONV,CONCAT函数),希望专家指点!谢谢!
f********u
发帖数: 572
10
来自主题: Database版 - Oracle 是否适合做这样的工作?
我想做一个系统:用ASP做网页,用户传输数据过来,然后要把用户输入的数据和我们自
己的database结合起来,做一些数学运算,然后得出运算结果,然后以report的形势反馈
给用户。可是我不知道在ASP和Oracle Datbase之间是否还要用其他工具软件来连接以进
行数学运算和产生report。
ASP run ASP
Client request ------ Web Server ---- Oracle ?
or there is something should be in between of Web server and Oracle to perform
the calculations and generating of reports? How good is oracle in terms of
doing that?
s******s
发帖数: 508
11
来自主题: Database版 - Reverse an unreversable batch in Oracle?
What is reversible batch in Oracle (database)? Doesn't sound like an Oracle DB
concept.
Is it an Oracle application concept? (Oracle Fincials/General Ledger)
b****l
发帖数: 132
12
来自主题: Database版 - Oracle DB 和 Oracle AS 都需要装吗?
自学oracle, 请问Oracle DB 和 Oracle AS 都需要装吗?还是只装DB就行了?
w*r
发帖数: 2421
13
来自主题: Database版 - Oracle 看来还有很长的路

Do
Well, to be honest, I was not DBA for our Oracle system, and I still don't
consider
myself an Oracle DBA today. I wasn't hired for this and I was not neither
am get paid to do it. The reason I am dealing with it now is that the so-
called Oracle DBAs in our company are totally idiots. When first time I
checked the Oracle setting, everything was default. No setting, no
configuration. They are just those people who believes click and go theory.
That's why the whole thing was so screwed up dur
t**********t
发帖数: 3
14
来自主题: Database版 - Oracle OCM 有多牛?
I've been working as Oracle DBA for the past 5 years.
From my experience, if you are looking for an Oracle job, the best
certification is still... OCP.
This is because OCM was introduced not too long ago, the very 牛 DBAs are
refusing to pay such big tribute to Oracle Corporation, so OCP is still the
de-facto Oracle standard in the industry.
y********o
发帖数: 2565
15

Ha, same here. My PC has only 1G, and Oracle SGA/PGA will take at least
about 400M. I think one needs a minimum of 2G memory plus a strong CPU to
comfortably run Oracle. I had to stop all Oracle services on my windows box.
k******4
发帖数: 19
16
http://www.downloaddatabase.com/databasesoftware/download-oracle-9i-database.htm
http://www.oracle.com/technology/software/products/database/index.html
老大们 上面2个网站, 到底是哪个FREE 哪个可以随便用啊?  我也想学
oracle 啊~~
t*********i
发帖数: 217
17
any download from www.oracle.com is free, as long as you just use it to
learn.
download a windows version oracle, install a loopback adapter (google it,
very easy); then unzip the download, click setup, you will be there. Don't
forget to configure network files afterwords.
That's it. You will have a working oracle DB
i**p
发帖数: 902
18
来自主题: Database版 - Oracle in Windows
Found 4 versions. Is 10g Express Edition good enough for to practice ASP.NET?
What is the difference from 10g Express Edition to other versions?
Oracle Database 10g Express Edition
Oracle Database 11g Release 1 (11.1.0.6.0)
Standard Edition, Standard Edition One, and Enterprise Edition
Oracle Database 10g Release 2
Standard Edition, Standard Edition One, and Enterprise Edition
Oracle Database 10g Release 1
Standard Edition, Standard Edition One, and Enterprise Edition

3
m****d
发帖数: 372
19
来自主题: Database版 - Oracle SQL Tunning Problem!
tab_b subquery 需要花费一定时间,但这个不是主要问题,所以在table b上新建inde
x 帮助不大。 主要问题是join上花费太大了,具体来说。
1.tab_b 的statistic 有问题,前面你说了tab_b 返回也就几行,但execution plan 返
回 70多万行。这个是oracle 下一步xecution plan 选择错误的原因。
2.tab_b 返回只有几行,但oracle 基于前面的错误,选择了nest join( table a 作为
outer table) 或者 hash jon(在你用了ordered之后)。
你可以试着加加hint /*+ ordered use_nl(a) */ 或者/*use_nl(a)*/,再查看executi
on plan,直到oracle 把 table b作为nested join的 outer table 为止
你用“=”之所以会很快出来,是应为oracle把他作为一个filter,所以用不着nest joi
n/hash join,你看一下execution plan就知道了。
M*****r
发帖数: 1536
20
来自主题: Database版 - Oracle and HP(ZZ)
http://www.oracle.com/solutions/business_intelligence/database-machine.html
http://www.marketwatch.com/News/Story/software-giant-oracle-sell-hardware/story.aspx?guid={CA198751-8847-456A-965A-91DE5AD96A34}
Software giant Oracle to sell hardware with HP
By John Letzing, MarketWatch
Last update: 9:13 p.m. EDT Sept. 24, 2008
SAN FRANCISCO (MarketWatch) -- In a move the company is billing as its first
foray into the hardware business, Oracle Corp. said Wednesday it will begin
selling server computers
f********y
发帖数: 10
21
呵呵,看看 http://www.itpub.net/list.html
如果这个算是违法,itpub简直就是盗版集中营! 上面Oracle培训资料满天飞!
这个是Oracle的市场策略。 Oracle就是希望人人都可以学会它的技术,这样才能卖它的产品。
别说Sybase的培训资料不好找,连软件都不好下载,你看看Sybase的市场份额就知道Oracle的高明之处了。
i****a
发帖数: 36252
22
DBA 門砍高, Oracle 更高因為幾乎沒有小公司用 oracle. 大公司入門級 Oracle DBA
機會很
少. 因此相對來說 SQL Server 入工作門比較容易.
經驗和實際技能肯定是最重要的. 不過如果有個幾年 MSSQL 工作經驗, 加上有基本
oracle 知識,
甚至一個證書, 那就有一些機會. 反正不學肯定沒有機會.
就算到退休都不用上, 瞭解更多有關 "the other side of the world" 的東西應該也
有幫助工
作.

e******e
发帖数: 410
23
我在laptop上安装好了Oracle Database 11g 和Oracle Business Intelligence 11g。
机器重启后需要手动启动Oracle Business Intellgience 11g, 步骤如下:
。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
1,startWeblogic
\youbihome\user_projects\domains\bifoundation_domain\bin\startWebLogic.cmd
刚装完一般都是起着的,你要重启机器了就手动起,或者打成服务自动起
2,
http://server:7001/console/查看下biserver1启动否
3,
然后http://server:7001/em把biserver,presentation server,javahost,scheduler,cluster等5个component都起来
4,
然后就是熟悉的http://server:9704/analytics
浏览器方面不支持ie6了。可能会要求更新flashplayer。看到报表和图表,... 阅读全帖
l******t
发帖数: 660
24
做了好几年的sqlserver dw/bi stack了, sharepoint也比较熟悉,现在full time以
外还能做做consultant 现在朋友自己的公司有个opening, 和中国的outsource group
一起做oracle data warehouse, 要我过去, 比现在的pay高50%, 可惜我对oracle基本
上不懂, 朋友倒是说可以先做点data modeling, 慢慢学, 但是现在还是不清楚从头
学oracle有多难, 值得不值得放弃这边已经算senior 的Microsoft stack path, 从头
开始oracle? 两样都精通的大牛们谈谈建议吧
s****y
发帖数: 581
25
昨天,受到一封来自Oracle Rep的email说:Oracle will stop the Internet
Application Server。想talk一下migration process。我很早就知道Oracle要用
Weblogic Server来代替Internet Application Server,没想到这么快。
有没有谁大概知道migration process要多少钱,他们的sales person说肯定比新买便
宜,就是不知道便宜多少,这里有没有哪位已经从OAS升到Weblogic Server的?
另外,和OAS比,Weblogic怎么样啊?
a*****p
发帖数: 1285
26
来自主题: Database版 - oracle 安装求助
贴了
然后我改了./install下面得oraparam.ini文件设置jre
[Oracle]
DISTRIBUTION=TRUE
SOURCE=../stage/products.xml
LICENSE_LOCATION=
BOOTSTRAP_COMPS="oracle.swd.oui:11.2.0.1.0,oracle.swd.oui.core:11.2.0.1.0,
oracle.jdk:1.5.0.17.03"
JRE_SCRATCH_LOC=jdk/jre
JRE_MEMORY_OPTIONS=" -mx96m"
DEFAULT_HOME_LOCATION=product\11.2.0\dbhome
DEFAULT_HOME_NAME=OraDb11g_home
NO_BROWSE=/net
NLS_ENABLED=TRUE
BOOTSTRAP=TRUE
EXT_JLIB=../stage/ext/jlib
OUI_VERSION=11.2.0.1.0
## JRE_VERSION is only for Windows. This is to copy accessbri... 阅读全帖
m******o
发帖数: 162
27
我们是个小公司,总公司要我们也装ORACLE。8个很常用的SALES DEPT REPORT 安装公
司报价2万刀。很多这些ORACLE应该都有现成的REPORT,比如说每天输入SALES ORDER
后,需要一个REPORT显示哪些顾客ORDER了哪些ITEM之类的,我们只是需要修改一下让
REPORT更USER FRIENDLY。
安装的公司报价是不是太贵了?整个安装下来要是常用的REPORT(发票,PO, 什么的
FORMAT 改一下等等)都找他们做,恐怕10万刀都做不下来。我看了一下,ORACLE自
带的销售发票基本上也就是我们现在用的格式,只是需要微调一下格式,如果能加上一
个DUE DATE那就PERFECT了。
Oracle 10G report 很难学吗?我想我来学一下挣这钱算了。
对于很熟练的REPORT WRITER,2万刀可以写多少个常用的基本?
我什么都不懂,但实在看不过我们的IT PERSON也不懂.
请行家们解答一下,谢谢!
B*****g
发帖数: 34098
28
oracle的report和oracle repeort不是一回事。oracle report是个产品,比较过时。o
racle还有其它产品都产生report。
比如说apex,http://www.oracle.com/technetwork/developer-tools/apex/overview/
index.html?ssSourceSiteId=ocomen
你先问问你老板,看愿不愿意拿出来做。我看看CINAOUG有没有人愿意做。
你要是能等到12月开始,俺看看能不能做,应该可以beat其他公司20%。
m******o
发帖数: 162
29
我知道这些REPORT,都是很常见的基本内容。在旧系统都是我们IT PERSON自己弄出来
的CRYATAL REPORT。虽然我不懂如何做,但我知道她不用很多时间就可以弄出来,特别
是如果系统自带现成的类似的REPORT,她不需要START FROM SCRATCH,只是需要改一下
的话。她这些年来弄了很多这种REPORT,有时有些特殊的审计临时要求看哪些什么东西
,她两三个小时很快就可以做出来。
所以我觉得安装公司的报价简直是很离谱,或许这是完全不同的两回事?
我们公司虽然小,但LICENSE FEE还是能COVER的,不然总公司也不会要求我们用。我们
去年初就开始这个过程了,因为不想以后每隔一段时间就需换个新系统,所以找的都是
几个大公司的PACKAGE。去年底的时候总公司忽然想起让我们就装他们用的ORACLE,因
为他们有多余的LICENSE。但是我们是要付LICENSE FEE的,不知道是不是我们用了总公
司多余的LICENSE,总公司就可以少付点?老板和我说过一下,具体我也没空弄得很清
楚。
安装公司和我们说要和ORACLE CONFIRM前一阵给我们关于LCM的报价(总公... 阅读全帖
b*****n
发帖数: 184
30
D盘装了Oracle,C盘目前装的是XP x64
准备格式化C盘然后安装Windows 7 64 bits
发现别的软件都可以重装,就是Oracle不好解决。请问我该怎么办啊?
所以您是不是建议我用Oracle Developer Day.ova 在xp上装上,然
后对照着xp下已经运行的oracle把virtualbox里的oracleg给配好。然后就不用操心windows升级的问题了,因为这个VirtualBox在W7里也能运行。
是这样吗?
很多设置比较繁琐,包括wallet manager,external directory等等,请问有link能让我按图索骥地自动把数据库复制到virtual box吗?
谢谢了!
M*****r
发帖数: 1536
31
来自主题: Database版 - Oracle在Ubuntu 10.04上的安装问题
you may want to google for other instructions, e.g.
http://lesscode.blogspot.com/2010/04/install-oracle-11g-r2-on-u
http://en.kioskea.net/faq/4405-linux-installing-oracle-11g-on-u
but it seems the run level error message you got is related to
root@luan-laptop:~# mkdir /etc/rc.d
root@luan-laptop:~# for i in 0 1 2 3 4 5 6 S ; do ln -s /etc/rc$i.d /etc/rc.
d/rc$i.d ; done
On the other hand, why not get centos/rhel/suse and install oracle on it?
once you are inside oracle, it doesn't matter much whi... 阅读全帖
c**********1
发帖数: 904
32
oracle自己有oracle linux,免费下载,也有Oracle发布的Pre-Built Developer VMs
(for Oracle VM VirtualBox)
商业licence收费问题我不确定。
m******y
发帖数: 588
33
现在正要做一个Oracle到sql server 2012的migration,需要接近0的down time. 请问
这里的大侠们有什么好方法传送数据? 要是都是SQL Server,我一般就set up database
mirror, replication or log shipping什么的。但是我用oracle挺少,而且看好多
tables都没有update timestamp所以想ETL也很难做incremental load. 目前想
1.SSMS做一次性的load, 然后弄个snapshot, bump up sequences in sql server
2.Cut over time的时候,Bring down Oracle, bring up sql server, 然后用个data
compare的软件compare 那个sql server的snapshot和Oracle database, generate一个
compare script, 然后apply到sql server prod 上去。
不知道这样行不行?还有没有更好的方法呢?或者有什么好的da... 阅读全帖
s**********o
发帖数: 14359
34
是可以的,但可能会遇到很多问题,再说你SQL SERVER的SCHEMA跟ORACLE一模一样么,
还是别人给做好了DATA MODEL,你往里灌数据呢,如果是灌数据,就得SSIS ETL了,
我很好奇为什么换系统,PERFORMANCE不好,还是ORACLE太贵了用不起,一般换系统,
我肯定走人的,换完了人就不要你了,我给一家从SQL SERVER换到ORACLE,用从ORACLE
换回SQL SERVER,还没换完就被LAY了,后来又看到几家换系统,一看是换系统就说明
公司有问题,LOL

So
c**********1
发帖数: 904
35
先在自己电脑上安装Oracle的完全免费的,virtual Box
然后在virtual Box上安装Pre-Built Developer VMs (for Oracle VM
VirtualBox)
这个是oracle为学习者提供的免费预装平台
http://www.oracle.com/technetwork/community/developer-vm/index.
c*****d
发帖数: 6045
36
【 以下文字转载自 JobHunting 讨论区 】
发信人: ClassicWSN (Jason), 信区: JobHunting
标 题: 怎么跟老板说从linux admin换到oracle dba。
发信站: BBS 未名空间站 (Fri Jan 11 23:18:42 2013, 美东)
今天早上我睡晚了,晚稻公司1个半小时。
it manager,也是我的supervisor半严肃半认真的对我说,你下次晚到要打电话通知我
呀。
我嘻嘻哈哈答应了。紧接着,他把另外一个同事(做window support和hardware)的也
叫过来,然后说有一个很重要的事情要宣布,我还在纳闷什么大事情,结果是他昨天跟
大头目提了辞职。今天开始是最后的两个星期。我这才想起来,昨天下午contoller跑
我们这个building过来,跟他单独在会议室谈了个把小时。他的头衔是IT manager +
Oracle DBA, 在这个公司已经8年了。那个hardware support 也有3 年了,我是三个月
他们通过staff公司的挖过来的。11月17号才在这边上班的,第一个月是跟consu... 阅读全帖
j******5
发帖数: 73
37
来自主题: Database版 - Oracle 11g RAC on Virtual Machine
Oracle document 说 Oracle 11g 只 certify on Oracle VM,
有谁装过Oracle 11g RAC 在VMware 上吗?
B*****g
发帖数: 34098
38
Oracle GoldenGate Delivery
The Delivery module takes any changed transactional data that has been
placed in a Trail File and immediately applies it to the target database.
Supported target databases include Oracle Database(including Oracle Exadata)
; Microsoft SQL Server; IBM DB2 (LUW), System z, System i;
SybaseASE; those running on HP NonStop/Enscribe, SQL/MP, and SQL/MX, IBM
Netezza,Greenplum, MySQL and TimesTen.
http://www.oracle.com/us/products/middleware/data-integration/g
o**********a
发帖数: 330
39
来自主题: Database版 - C# DateTime to Oracle Date (转载)
谢谢回复.sqlldr 应该也可以在code里面call一个可执行文件,然后用sqlldr 弄进去
,但是看同事用的这个bulkcopy 挺方便的。
我debug的时候看了,在OracleBulkCopy之前,在memory table里面(DataTable)数据
是正确的。但是放到数据库里就错了。
fyi..
今天写了个test的code,在我同事的机器上run就能正确地把日期插入到oracle table
里面的,但是在我的机器上run,还是出现同样的问题,就是本来应该是 10/18/2013,
但是插进去后变成10/18/1320。
我和同事都是用的同一个version of ODP for .NET. 我们俩的电脑也一样,都是win7
,vs2010。
真是奇怪。
还有一个比较有意思的就是,我们老印推荐的方法 在code里面生产DateTime的时候这
么写
new DateTime(1320,10,18),果然生效,插入后就变成正确地date在oracle里面。
这个会不会和我c盘装的oracle client 有关系,我好像装了两个oracle client
d***e
发帖数: 793
40
来自主题: Database版 - Oracle DBA比oracle自己的员工赚钱?
估计比我工资高。。。我说怎么能做oracle developer呢,所有都要求有经验的。难道
没用过oracle就一定不能投用oracle的工作?
u*l
发帖数: 1943
41
来自主题: Database版 - 几本Oracle的书便宜卖
几乎是全新的。
价格可以是Amazon上面的一半价格。
Local pickup (no charge) San mateo, CA
Mailing (you pay the shipping cost)
- Expert Oracle (Oracle 7.3 through 8.1.7)
- Cost based oracle fundamentals
- Oracle Database 11g Release 2, performance tuning tips and techniques)
f******e
发帖数: 887
42
Oracle Database 12c: SQL Fundamentals 1Z0-061 or
Oracle Database 11g: SQL Fundamentals I 1Z0-051 or
Oracle Database SQL Expert 1Z0-047
Oracle Database 11g: Program with PL/SQL 1Z0-144 or
Program with PL/SQL 1Z0-147
047 比 051 要难
144 和 147 差不多?
c*****d
发帖数: 6045
43
来自主题: Database版 - 【个人观点】应该这么学习Oracle
1.
总有人问我怎么学习Oracle DB administration
我个人认为最好的教材就是Oracle university的那套书
基本涵盖了Oracle DBA的知识点
由于它是Oracle university的教材,老师讲学生听
所以上课老师讲解的部分教材上没说
自学看书会很困惑,经常觉得教材前言不搭后语
我建议自学的同学配合看sybex的那套书
c*****d
发帖数: 6045
44
来自主题: Database版 - 【个人观点】应该这么学习Oracle
1.
总有人问我怎么学习Oracle DB administration
我个人认为最好的教材就是Oracle university的那套书
基本涵盖了Oracle DBA的知识点
由于它是Oracle university的教材,老师讲学生听
所以上课老师讲解的部分教材上没说
自学看书会很困惑,经常觉得教材前言不搭后语
我建议自学的同学配合看sybex的那套书
h******o
发帖数: 334
M*******r
发帖数: 522
46
最近正在把一个vb6 app转成vb.net。原vb6 app是用oo4o连接到oracle db。现在vb.net
里改用OleDb连接。原程序对DbException做如下处理:
Select Case oSession.LastServerErr
Case 1017
Msg = "Error trying to login into Oracle: Invalid User Id/Password."
Case Else
Msg = "Error trying to login into Oracle"
End Select
问题是,如何从OleDbException当中获取这个oracle error code 1017. 当然这个1017在
exception.message里,但问题是除了parse string之外是否有更好的办法?
多谢。
c**t
发帖数: 2744
47
You can check the registry, a 32 bit home will be located in HKLM>Software>
WOW6432Node>Oracle, wheras a 64 bit home will be in HKLM>Software>Oracle,
and then you can check the path to the home to try to infer whether it's 32
bit or 64 bit based on the location of dll's.

哪里可以看到我的oracle client是32还是64的?他们给我装oracle 11g的时候说是64
的,我也想确认一下是不是他们装错了。
o**********a
发帖数: 330
48
来自主题: DotNet版 - C# DateTime to Oracle Date
今天写了个test的code,在我同事的机器上run就能正确地把日期插入到oracle table
里面的,但是在我的机器上run,还是出现同样的问题,就是本来应该是 10/18/2013,
但是插进去后变成10/18/1320。
我和同事都是用的同一个version of ODP for .NET. 我们俩的电脑也一样,都是win7
,vs2010。
真是奇怪。
还有一个比较有意思的就是,我们老印推荐的方法 在code里面生产DateTime的时候这
么写
new DateTime(1320,10,18),果然生效,插入后就变成正确地date在oracle里面。
这个会不会和我c盘装的oracle client 有关系,我好像装了两个oracle client

TYPE
w********6
发帖数: 12977
49
【 以下文字转载自 PDA 讨论区 】
发信人: wolfstar76 (Running Like a Kenyan), 信区: PDA
标 题: Oracle 被 SAP 亚麻 黑了,要裁员?
发信站: BBS 未名空间站 (Thu Dec 8 13:03:16 2016, 美东)
以前SAP卖软件,一定搭配一个Oracle 数据库。 现在SAP Hana 出来,硬是在memory运
行,把 Oracle 的数据库给干掉了,一下子少了很多大客户订单。
小客户方面,亚麻也进来了,Oracle日子不好过啊,老板以前经常出海比赛,现在傻眼
了。
p***p
发帖数: 559
50
我们打算用OWC来host产品Portal,老板让我来搜集一些OWC的performance的信息。在
Oracle论坛上面发了帖子,得到的回答是
hi,
you can get a performance overview for the AS in the following link and
estimate with your performance targets.
Link to 10g R3 AS Performance Overview
老板的意思如下
Then we may need to check whether Oracle Web Center typically is running on
Oracle Application Server or Oracle Weblogic Server. Also even it is
application server performance, I don’t know how the performance is
benchmarked, can you help to abstract that out fro
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)