Home > database >  Why can check the local data, do not check remote login?
Why can check the local data, do not check remote login?

Time:09-22

1. In the first place to the user A license, you can query v $asm_diskgroup,
2. You can find it on the local test has 3 records,
Select count (*) from v $asm_diskgroup;

3. On another client up sqlplus log in the database, perform the same query script, get zero records,

Oddly, the same statement some servers can be as a result, some not, is not an error, local the same user, perform the same script, just normal,

What reason is this?

CodePudding user response:

Determine even the same library?

CodePudding user response:

Check the ora file, have a look at whether to use a library

CodePudding user response:

The same user name? If different, is the permission problems

CodePudding user response:

Should not be the same repository, the client is to manually configure the connection

CodePudding user response:

If it is the same user, that 99.9999% of the connection is not the same library
  • Related