вторник, 10 мая 2016 г.

Port forward in Windows

Hi, again problem with connection between VMWare and Cisco router, router allow connection just from one machine but we have to use also second server.

So our solution is NETSH in Windows, we will create this rules in first Windows machine which have access to Cisco:

Command for port forwarding
netsh interface portproxy add v4tov4 listenaddress=192.168.28.30 listenport=8099 connectaddress=192.168.20.96 connectport=8083

Command for check result
netsh interface portproxy show all

Command for delete rule
netsh interface portproxy delete v4tov4 listenport=8099 lictenaddress=192.168.1.30

четверг, 5 мая 2016 г.

ORA-39006: internal error; ORA-39213: Metadata processing is not available;

Oracle 11.2.0.3 - 64 bit on Windows


When using IMPDP you get the error :


ORA-39006: internal error

ORA-39213: Metadata processing is not available


Workaround 


sqlplus / as sysdba

SQL> execute sys.dbms_metadata_util.load_stylesheets;

ORA-39006: internal error; ORA-39213: Metadata processing is not available;

Oracle 11.2.0.3 - 64 bit on Windows


When using IMPDP you get the error :


ORA-39006: internal error

ORA-39213: Metadata processing is not available


Workaround 


sqlplus / as sysdba

SQL> execute sys.dbms_metadata_util.load_stylesheets;

Общее·количество·просмотров·страницы