Home > Database > Oracle > body text

How to solve the 1017 error of imp in oracle

WBOY
Release: 2022-06-13 14:26:32
Original
4863 people have browsed it

Solution: 1. Use the "grant resource/connect to username" statement to add "resource / connect" permissions to the user; 2. Enter the user in the format of "test_opr as sysdba" in the prompt below the error Name, press Enter and then enter the user's login password.

How to solve the 1017 error of imp in oracle

The operating environment of this tutorial: Windows 10 system, Oracle version 12c, Dell G3 computer.

How does oracle solve the 1017 error of imp

The example is as follows:

How to solve the 1017 error of imp in oracle

For this problem

1. Give the user resource/connect permissions

grant resource/connect to 用户名
Copy after login

Solution:

2. Enter the user name in the prompt below

@SYSDNBA

Enter the password again

Or when importing through the command

imp test_opr/test@orcl file=e:\test_opr.dmp fromuser=test_opr touser=test_opr
Copy after login

prompts to enter the user name, please note that the input format is

test_opr as sysdba
Copy after login

Press Enter and enter the login password of test_opr to start importing.

Recommended tutorial: "Oracle Video Tutorial"

The above is the detailed content of How to solve the 1017 error of imp in oracle. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!