Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

unable to load dynamic library 'oci8_12c'

3812220Oct 15 2018 — edited Oct 15 2018

I have spended almost 4days...Still don't get the way to solve it.

Please help me...

I would like to connect to Oracle database-11g through Laravel 5.7.1

I have created the Environment Variables for Path- C:\instantclient_12_2 and TNS_ADMIN- C:\instantclient_12_2 as well,

put the php_oci8-2.1.8-7.2-ts-vc15-x64 file in xampp/php/ext and

added the extensions in PHP.ini

[Oracle_10]

extension=php_oci8.dll

[Oracle_11g]

extension=php_oci8_11g.dll

[Oracle_12c]

extension=php_oci8_12c.dll

Tried to install Instant Client for Wins 64-bits or 32-bits/18.3 or 12.2 still can't not loaded the php_oci8-2.1.8-7.2-ts-vc15-x64.

What's the problem?

My computer config:

Win7 Sp1-64Bit      PHP 7.2.1   XAMPP v3.22

This post has been answered by 3812220 on Oct 15 2018
Jump to Answer

Comments

Christian Pitet

What means BIP ?

User_TYVZT

Hi Christian Pitet

Oracle Business Intelligence Publisher (BI Publisher) (BIP)

Christian Pitet

I guess you are using an Interactive report. Do you have a Submit page process on that page ?

InoL

While generating report in BIP, that data is saved as sample data.
What do you mean by that? Generating a report via BI Publisher and saving sample data? I don't see the connection.
How are you using BIP? As the print server for Intercative Reports? Or a custom report template?

User_TYVZT

Hi InoL
So for creating report, I have xdm(data model) and xdo. In xdm, after providing the sql query, I can see the data when I click view data. There I can do "save as sample data". Then after link my data model with xdo which has template in it, I can view my report in various formats. There even though there is data I'm not able to see the data in xls and pdf format. Only CSV format report shows data.

InoL

I have xdm(data model) and xdo
I have no idea what that is, not APEX anyway. Is this something from BI Publisher? Maybe you can ask this in that forum then.

User_TYVZT

Hi InoL
Yes it is from BI Publisher(BIP). Could you share forum link?

Christian Pitet

Here is a forum link :
bi publisher (0 Bytes)Regards.

1 - 8

Post Details

Added on Oct 15 2018
3 comments
47,489 views