由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - getting connected to Oracle in Perl
相关主题
帮我看看我的GCC怎么了!谢谢how to uninstll perl?
help me again! Re: how to configure networking after installationAbout Oracle AS installation on Solaris9
about gcc installationRe: About Oracle AS installation on Sola
How to install a lib in my own home path?finger: "connect: Connection refused"
Re: [转载] help! install cxterm in RH7.3, ld causes problems[转载] Anyone ever installed Solaris 8 on PC?
Who can recommend some good books on Unix Administrationhelp: how to install the gnu make .
tip hardwireGCC的编译?
re-configure network and change hostnameSunfreeware.com (?)
相关话题的讨论汇总
话题: oracle话题: perl话题: box话题: connected话题: install
进入Unix版参与讨论
1 (共1页)
f***y
发帖数: 98
1
Is there anyone who has experience with perl(on a Linux box) connecting to
Oracle? What I want to do is simply a sql read/write.
I am trying to install DBI::Oracle, but it is required that oracle has to be
already installed on the same box. If anyone who knows about this, would you
please intro it in a little more details? or, is there any other approach?
any suggestions will be appreciated.
z*****u
发帖数: 12
2
oracle server can be located in another box. you only need to install client
on your box, obtain your oracle id and do some configurations for your client
according to oracle user uide...
i did mine this way and i was able to use perl's dbi:oracle...

you

【在 f***y 的大作中提到】
: Is there anyone who has experience with perl(on a Linux box) connecting to
: Oracle? What I want to do is simply a sql read/write.
: I am trying to install DBI::Oracle, but it is required that oracle has to be
: already installed on the same box. If anyone who knows about this, would you
: please intro it in a little more details? or, is there any other approach?
: any suggestions will be appreciated.

f***y
发帖数: 98
3
in my case, I had to install the full installation.
i hate that.
when i first installed a client, it didn't work, and
spit out error msg something like lack of some libs..
i copied over more lib files, but not all, from another
box with full installation of oracle, it failed again
but much better though. i don't know which files helped..
and which files that i didn't have would.
well, anyways.. it came through all right after i had
install the whole thing...
I also came accross some configurati

【在 z*****u 的大作中提到】
: oracle server can be located in another box. you only need to install client
: on your box, obtain your oracle id and do some configurations for your client
: according to oracle user uide...
: i did mine this way and i was able to use perl's dbi:oracle...
:
: you

1 (共1页)
进入Unix版参与讨论
相关主题
Sunfreeware.com (?)Re: [转载] help! install cxterm in RH7.3, ld causes problems
Questions about libg++Who can recommend some good books on Unix Administration
CGI之Perl Script一问tip hardwire
please help, CGI..re-configure network and change hostname
帮我看看我的GCC怎么了!谢谢how to uninstll perl?
help me again! Re: how to configure networking after installationAbout Oracle AS installation on Solaris9
about gcc installationRe: About Oracle AS installation on Sola
How to install a lib in my own home path?finger: "connect: Connection refused"
相关话题的讨论汇总
话题: oracle话题: perl话题: box话题: connected话题: install