|
Posted by enzo.660 on January 25, 2007, 1:40 pm
Please log in for more thread options
Thanks Andy!
I don't have ppm. but it is equally easy using cpan. All i gotta do
is "install DBD::Oracle".
The problem however seems to be with the installation of
'InstantClient' and not finding the appropriate ENV variables. Do you
have any ideas on that?
-enzo660
> The easiest way to install cpan perl modules is to use ppm (whcih comes
> with the PERL interpreter). It will automatically download and install
> any dependant modules that the module you are interested in needs.
>
> On a computer with an internet connection, open a command line
> interpreter window and key:
>
> ppm
>
> you should see:
>
> PPM - Programmer's Package Manager version 3.4.
> Copyright (c) 2001 ActiveState Software Inc. All Rights Reserved.
>
> Entering interactive shell. Using Term::ReadLine::Perl as readline
> library.
>
> Type 'help' to get started.
>
> At the ppm prompt, key "search" followed by the first part of the
> module name you are looking for (do NOT include ::)
>
> search dbd
>
> ppm> search dbd
> Searching in Active Repositories
> 1. DBD-ADO [2.96] DBD-ADO
> 2. DBD-AnyData [0.08] DBD-AnyData
> 3. DBD-Chart [0.80] DBD-Chart
> 4. DBD-CSV [0.22] DBD-CSV
> 5. DBD-Excel [0.06] DBD-Excel
> 6. DBD-File [0.35] DBD-File
> 7. DBD-LDAP [0.09] DBD-LDAP
> 8. DBD-Log [0.21] DBD-Log
> 9. DBD-Mimer [1.00] DBD-Mimer
> 10. DBD-Mock [1.34] DBD-Mock
> 11. DBD-Multiplex [1.99-1] DBD-Multiplex
> 12. DBD-mysql [3.0002] DBD-mysql
> 13. DBD-mysql-SimpleMySQL [0.5] DBD-mysql-SimpleMySQL
> 14. DBD-mysqlPP [0.04] DBD-mysqlPP
> 15. DBD-ODBC [1.13] DBD-ODBC
> 16. DBD-Oracle [1.17] DBD-Oracle
> 17. DBD-Ovrimos [0.12] DBD-Ovrimos
> 18. DBD-PgPP [0.05] DBD-PgPP
> 19. DBD-Redbase [0.21] DBD-Redbase
> 20. DBD-Sprite [0.59] DBD-Sprite
> 21. DBD-SQLite [1.13] DBD-SQLite
> 22. DBD-SQLite2 [0.33] DBD-SQLite2
> 23. DBD-SQLrelay [0.1] DBD-SQLrelay
> 24. DBD-Template [0.01] DBD-Template
> ---line 24/27 (any key for more, or q to quit)---
>
> Look for the module you are interested in.
> In this case, it is item 16 in the list.
> The name that appears is the name you should use to install the module.
>
> At the ppm prompt, key "install DBD-Oracle"
>
> ppm install DBD-Oracle
>
> To quit ppm, type "exit" at the ppm prompt.
|