| |

VerySource

 Forgot password?
 Register
Search
View: 1154|Reply: 9

ASP is easy to use when debugging, and it is not available after release, please indicate "a higher ORACLE version is r

[Copy link]

1

Threads

2

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-9-25 19:30:01
| Show all posts |Read mode
Use VS2005 to make a simple query page, adjust a record through the SQL statement of the data source, and display it in GRIDVIEW.
During the production process, press F5 and everything is normal in the browser, but after generating and publishing the website, it prompts "oracle817 or higher version of ORACLE" is required.
But the oracle9i client has been installed on my machine, and it is normal during debugging.
Reply

Use magic Report

0

Threads

2

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

Post time: 2020-9-26 10:30:01
| Show all posts
Do you want to copy oracle data link DLL to BIN directory


When connecting MYSQL, you need to copy the DLL he provided to the BIN directory
Reply

Use magic Report

3

Threads

29

Posts

22.00

Credits

Newbie

Rank: 1

Credits
22.00

 China

Post time: 2020-9-26 11:00:01
| Show all posts
Is the server version of the release low, but the version on the machine you developed is high?
Reply

Use magic Report

0

Threads

5

Posts

6.00

Credits

Newbie

Rank: 1

Credits
6.00

 China

Post time: 2020-9-26 11:45:01
| Show all posts
Install the Oracle client on the server.
Reply

Use magic Report

0

Threads

64

Posts

45.00

Credits

Newbie

Rank: 1

Credits
45.00

 China

Post time: 2020-9-26 12:00:02
| Show all posts
Install the Oracle client on the published server.
Reply

Use magic Report

0

Threads

119

Posts

67.00

Credits

Newbie

Rank: 1

Credits
67.00

 China

Post time: 2020-9-26 12:30:01
| Show all posts
Don't understand! up
Reply

Use magic Report

1

Threads

2

Posts

3.00

Credits

Newbie

Rank: 1

Credits
3.00

 China

 Author| Post time: 2020-9-26 21:45:01
| Show all posts
I am developing on the server and publishing to a directory on the same machine.
Reply

Use magic Report

0

Threads

34

Posts

17.00

Credits

Newbie

Rank: 1

Credits
17.00

 China

Post time: 2020-9-26 22:00:01
| Show all posts
Hehe, what I use occasionally is SQLServer2005 which is 100% compatible
Reply

Use magic Report

0

Threads

34

Posts

17.00

Credits

Newbie

Rank: 1

Credits
17.00

 China

Post time: 2020-9-26 22:15:01
| Show all posts
==========Repost =============

problem
After installing the ASP.NET and Oracle9i client, I receive the following message when I use System.Data.OracleClient to access the Oracle database

System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.


the reason
The security authentication settings of the Oracle 9i Release 2 client when installed on the NTFS partition of Windows are incorrect, causing the Authenticated Users of the machine to be unable to see the contents of the ORACLE_HOME directory; this leads to the use of System in ASP.NET with Authenticated Users permissions. The above error was reported when .Data.OracleClient connected to the Oracle database.

solve
To solve the above problems, as long as the Authenticated Users group is added the permission to access the Oracle Home directory

1.Log in to Windows with Administrator privileges.
2. Start the Window resource browser and find the ORACLE_HOME directory, such as C:\Oracle\ora92
3. Right-click the pop-up menu and select the directory sharing and security
4. Click the "Security" tab
5. Click the "Authenticated Users" item in the list of group and user names.
6. In the user's permission list, set the "Read and Run" checkbox to unchecked
7. Click the "Read and Run" checkbox again to set it to the selected state
8. Click the "Advanced" button and confirm in the permission item whether the "Authenticated Users" has the "Read and Run" permission and apply it to "This folder, subfolders and files". If not, double-click this and make sure Permissions can be "applied to" "this folder, subfolders and files". This is very important and you must check.
9. Click the "OK" button
10. Restart to make all changes take effect.
Reply

Use magic Report

1

Threads

60

Posts

37.00

Credits

Newbie

Rank: 1

Credits
37.00

 China

Post time: 2020-9-26 22:30:01
| Show all posts
Upstairs
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list