Problem with migration SQL Server Oracle 11.2 2012 DB using SQL Developer Migration workbench

Hello

I have a problem when migrating SQL Server Oracle 11.2 2012 using SQL Developer Migration workbench, hope that someone had the same problem before and can give same advide...

I use SQL Developer Version 4.0.1.14 and Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0. and last jtds - 1.3.

I created the schema migration_repo, privileges, connected to the third part of Db (SQL Server) and begin a trial with assistant. In the first step of the model to Capture, I get the message from the:

"Company Capture Capture failed.  Refer to the table MIGRLOG in the repository for more details ".

But MIGRLOG is empty.

Here is my log:

<? XML version = "1.0" encoding = "windows-1252" standalone = 'no '? >

< Log >

account <>

< date > 2014-03-16T 20: 49:17 < / date >

oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle < recorder > < / recorder >

< level > SEVERE < / level >

oracle.dbtools.migration.workbench.core.logging.MigrationLogUtil < class > < / class >

< message > Capture

Capture Enterprise

Capture failure.  Refer to the MIGRLOG table in the repository for more details < / message >

oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doOnlineEnterpriseCapture(FullMigrateTask.java:758) < param > < / param >

oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doCapture(FullMigrateTask.java:601) < param > < / param >

oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doMaskBasedActions(FullMigrateTask.java:400) < param > < / param >

oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:314) < param > < / param >

oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:147) < param > < / param >

oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193) < param > < / param >

java.util.concurrent.FutureTask.run(FutureTask.java:262) < param > < / param >

oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$ (RaptorTaskManager.java:554) < param > RaptorFutureTask.run < / param >

java.util.concurrent.Executors$ (Executors.java:471) < param > RunnableAdapter.call < / param >

java.util.concurrent.FutureTask.run(FutureTask.java:262) < param > < / param >

java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) < param > < / param >

java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615) < param > < / param >

java.lang.Thread.run(Thread.java:744) < param > < / param >

oracle.dbtools.migration.workbench.core.logging.LogInfo@68e69a < param > < / param >

< exception >

< message > oracle.dbtools.migration.workbench.core.ui.FullMigrateTask$ FullMigrateTaskException: Capture

Capture Enterprise

Capture failure.  Refer to the MIGRLOG table in the repository for more details < / message >

< frame >

oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

< line > 758 < / line >

< / framework >

< frame >

oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

< line > 601 < / line >

< / framework >

< frame >

oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

line 400 > of < < / line >

< / framework >

< frame >

oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

< line > 314 < / line >

< / framework >

< frame >

oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

< line > 147 < / line >

< / framework >

< frame >

oracle.dbtools.raptor.backgroundTask.RaptorTask < class > < / class >

< line > 193 < / line >

< / framework >

< frame >

java.util.concurrent.FutureTask < class > < / class >

< line > 262 < / line >

< / framework >

< frame >

oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$ RaptorFutureTask < class > < / class >

< line > 554 < / line >

< / framework >

< frame >

java.util.concurrent.Executors$ RunnableAdapter < class > < / class >

< line > 471 < / line >

< / framework >

< frame >

java.util.concurrent.FutureTask < class > < / class >

< line > 262 < / line >

< / framework >

< frame >

java.util.concurrent.ThreadPoolExecutor < class > < / class >

< line > 1145 < / line >

< / framework >

< frame >

java.util.concurrent.ThreadPoolExecutor$ Worker < class > < / class >

< line > 615 < / line >

< / framework >

< frame >

java.lang.Thread < class > < / class >

< line > 744 < / line >

< / framework >

< / exception >

< / recording >

account <>

< date > 2014-03-16T 20: 49:17 < / date >

oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle < recorder > < / recorder >

WARNING < level > < / level >

oracle.dbtools.migration.workbench.core.ui.FullMigrateTask < class > < / class >

<>error message: ORA-06550: line 1, column 14:

PLS-00201: identifier ' SS2K5ALLPLATFORM. STAGECAPTURE' must be declared

ORA-06550: line 1, column 7:

PL/SQL: Statement ignored

: FAILED: Database Migration: FAILURE < / message >

oracle.dbtools.migration.workbench.core.logging.LogInfo@1e2c9b99 < param > < / param >

< / recording >

I try with model db (DB empty, just a single table), but the error is same. However, if I try to copy the acronym tabele from SQL Server to Oracle it works fine...

I guess it's something with the configuration, but beacause I am new in Oracle still have no idea...

Any help would be much appreciated

I thank in advance

Stefan

Hello Stefan,

did you create the repository Migration of your database to Oracle (Tools-> Migration-> repository management)?

The SS2K5ALLPLATFORM package is usually created when you add the migration of the Oracle database repository and it contains the function StageCapture.

So please make sure that you have created a repository of migration in an Oracle database and associate it with the first step of your migration.

-Klaus

Tags: Database

Similar Questions

  • problem with query sql developer

    here I want to combine these two queries

    Select id1 in table1

    and

    Select id2 from (select c., rownum c rn (id2 select from table2)) WHERE the rn = 28

    and I did it.

    SELECT id1, id2 from table1, (select c., rownum c rn (id2 select from table2)) WHERE the rn = 28

    Yes, it's meeting my expectations but the Id2 le Table2 is repeated after each Id1 of table 1,
    So I wanted to know How could I do only Id2 fact an eternal and I also want to know how If I want to put another condition with rn to =..., to the IE get another row in table2
    advance thank you very much.

    Maybe


    with

    Table1 as

    (select "A0" id1, wording 'Product' of all the double union)

    Select 'A1', "Product1" dual union all

    Select "A2", "Product2" dual union all

    Select 'H3', 'Product3' from dual union all

    Select "A4", "4" dual union all

    Select "M5', 'Information5' from dual union all

    Select "A6", "product6' from dual

    ),

    Table2 as

    (select id2 '1', the wording 'rice', 'ras' notice of any double union)

    ' Select '2',' fruit ', 'ras' Union double all the

    Select 'Pr_2', 'vegetables', 'ras' from dual union all

    ' Select '3',' fruit ', 'ras' double

    )

    Select "a" tbl, id1, lst null

    FROM table1

    Union of all the

    Select "two", id2,: id_list

    from table2

    where instr ('|) ' || : id_list |' | ',' |'|| ID2 |' | ') > 0

    TBL ID1 LST
    one A0 -
    one A1 -
    one A2 -
    one H3 -
    one A4 -
    one M5 -
    one A6 -
    two 1 1. 3
    two 3 1. 3

    Concerning

    Etbin

  • Problem with Integrated Weblogic Server in JDeveloper

    Hello

    I use JDeveloper version: 11.1.1.7

    I am facing problem with the Weblogic Server integrated into JDeveloper.

    When I start the server, the log shows as follows:

    Using the 7101 port *.

    D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\bin\startWebLogic.cmd

    [waiting for the server to complete its initialization...]

    .

    .

    Memory of JAVA arguments: - Xms768m-Xmx768m - XX: CompileThreshold = 8000 - XX: PermSize = 128 m - XX: MaxPermSize = 512 m

    .

    Start mode of WLS = development

    .

    CLASSPATH=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\lib\sdoapi.jar;D:\fmwps6\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;D:\fmwps6\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\fmwps6\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Java\JDK16~1.0_5\lib\tools.jar;D:\fmwps6\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\fmwps6\WLSERV~1.3\server\lib\weblogic.jar;D:\fmwps6\modules\features\weblogic.server.modules_10.3.5.0.jar;D:\fmwps6\WLSERV~1.3\server\lib\webservices.jar;D:\fmwps6\modules\ORGAPA~1.1/lib/ant-all.jar;D:\fmwps6\modules\NETSFA~1.0_ 1/lib/Ant-contrib.jar;D:\fmwps6\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\fmwps6\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\fmwps6\WLSERV~1.3\server\lib\xqrl.jar;;D:\ fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\config;D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\lib\stringtemplate-2.3b6.jar

    .

    PATH=D:\fmwps6\patch_wls1035\profiles\default\native;D:\fmwps6\patch_jdev1111\profiles\default\native;D:\fmwps6\WLSERV~1.3\server\native\win\x64;D:\fmwps6\WLSERV~1.3\server\bin;D:\fmwps6\modules\ORGAPA~1.1\bin;D:\Java\JDK16~1.0_5\jre\bin;D:\Java\JDK16~1.0_5\bin; C:\Program Files\Common Files\Microsoft Shared live; C:\Program Files (x 86) \Common Files\Microsoft Shared live; C:\oraclexe\app\oracle\product\11.2.0\server\bin;;D:\ ADE\bin; C:\Windows\System32; C:\Windows; C:\windows\System32\Wbem; C:\windows\System32\WindowsPowerShell\v1.0\; C:\Program Widcomm logiciels\. C:\Program Widcomm Software\syswow64;D:\Java\jdk1.6.0_51\bin;D:\Softwares\apache-ant-1.7.1\bin. C:\Program Files (x 86) \Windows Live\Shared;D:\fmwps6\WLSERV~1.3\server\native\win\x64\oci920_8

    .

    ***************************************************

    * To start WebLogic Server, use a username and *.

    * password assigned to an administrator-level user.  For *.

    * server administration, using the WebLogic Server *.

    * the http://hostname:port\console console *.

    ***************************************************

    from weblogic with the Java version:

    Java version "1.6.0_51".

    Java (TM) SE Runtime Environment (build 1.6.0_51 - b31)

    Java for 64-bit Server VM (build 20, 51 - b02, mixed mode)

    WLS starting with line:

    "D:\Java\JDK16~1.0_5\bin\java-client-Xms768m-Xmx768m - XX: CompileThreshold = 8000 - XX: PermSize = 128 m - XX: MaxPermSize = 512m-Dweblogic.Name=DefaultServer-Djava.security.policy=D:\fmwps6\WLSERV~1.3\server\lib\weblogic.policy - agentlib: jdwp = transport = dt_socket, server = o, address =-Djavax.net.ssl.trustStore=D:\fmwps6\wlserver_10.3\server\lib\DemoTrust.jks 49879 - Dhttp.proxyHost = www-proxy.idc.oracle.com-Dhttp.proxyPort=80"-Dhttp.nonProxyHosts = localhost | 127.0.0.1 | rnaguban - in '-Dhttps.proxyHost = www-proxy.idc.oracle.com-Dhttps.proxyPort=80 "-Dhttps.nonProxyHosts = localhost | 127.0.0.1 | rnaguban -»-Doracle.jdeveloper.adrs=true-Dweblogic.nodemanager.ServiceEnabled=true-Duim.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM-Dweblogic.log.Log4jLoggingEnabled_uim=true-Dlog4j.configuration_ = UIM loggingconfig.xml-Duim.logging.watchdog.timer=5000-Djava.io.tmpdir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\tmp-Dweblogic.management.discover.retries=6-DtestConfig.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\testConfig-Dsun.lang.ClassLoader.allowArraySyntax=true - XX : - UseSSE42Intrinsics - DUSE_JAAS = faux - Djps.policystore.hybrid.mode=false-Djps.combiner.optimize.lazyeval=true-Djps.combiner.optimize=true-Djps.authz=ACC - Xverify : aucun-da-Dplatform.home=D:\fmwps6\WLSERV~1.3-Dwls.home=D:\fmwps6\WLSERV~1.3\server-Dweblogic.home=D:\fmwps6\WLSERV~1.3\server-Djps.app.credential.overwrite.allowed=true-Dcommon.components.home=D:\fmwps6\ORACLE~1-Djrf.version=11.1.1-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger-Ddomain.home=D:\fmwps6\JDEVEL~1\SYSTEM~ 1.93\DEFAUL ~ 1- Djrockit.optfile=D:\fmwps6\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt-Doracle.server.config.dir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\servers\DefaultServer-Doracle.domain.config.dir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1-Digf.arisidbeans.carmlloc=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\carml-Digf.arisidstack.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\arisidprovider-Doracle.security.jps.config=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\fmwconfig\jps-config.xml-Doracle.deployed.app.dir=D:\fmwps6\ JDEVEL~1\SYSTEM~1.93\DEFAUL~1\servers\DefaultServer\ tmp\_WL_user-Doracle.deployed.app.ext=\--Dweblogic.alternateTypesDirectory=D:\fmwps6\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\fmwps6\ORACLE~1\modules\oracle.oamprovider_11.1.1,D:\fmwps6\ORACLE~1\modules\oracle.jps_11.1.1-Djava.protocol.handler.pkgs=oracle.mds.net.protocol-Dweblogic.jdbc.remoteEnabled=false-Dwsm.repository.path=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\oracle\store\gmds-Dweblogic.management.discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsToConsole=-Dweblogic.ext.dirs=D:\fmwps6\patch_wls1035\profiles\default\sysext_manifest_classpath;D:\fmwps6\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic. Server

    Listening to dt_socket to address transport: 49879

    The debugger is connected to the local process.

    < 16 August 2013 19:19:43 IST > < Info > < security > < BEA-090905 > < disabling CryptoJ JCE provider auto-intégrité for better startup performance. To allow this control, enter - Dweblogic.security.allowCryptoJDefaultJCEVerification = true >

    < 16 August 2013 19:19:43 IST > < Info > < security > < BEA-090906 > < change the default Random Number Generator in RSA CryptoJ of ECDRBG to FIPS186PRNG. To disable this change, specify - Dweblogic.security.allowCryptoJDefaultPRNG = true >

    < 16 August 2013 19:19:44 IST > < Info > < WebLogicServer > < BEA-000377 > < since Java hotspot 64-bit Server VM WebLogic Server Version 20, 51 - b02 Sun Microsystems Inc. >

    < 16 August 2013 19:19:44 IST > < Info > < management > < BEA-141107 > < Version: WebLogic Server temporary fix for BUG13114768 Sat Jan 21 16:14:44 IST 2012

    WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 1398638 2011 >

    < 16 August 2013 19:19:47 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >

    < 16 August 2013 19:19:47 IST > < Info > < WorkManager > < BEA-002900 > < self-adjusting Initializing of thread pool >

    < 16 August 2013 19:19:47 IST > < opinion > < LoggingService > < BEA-320400 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 16 August 2013 19:19:47 IST > < opinion > < LoggingService > < BEA-320401 > < log file was shot in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00115. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log. >

    < 16 August 2013 19:19:47 IST > < opinion > < Log Management > < BEA-170019 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log server log file is opened. All events in the log server-side will be written to this file. >

    < 16 August 2013 19:19:56 IST > < opinion > < security > < BEA-090082 > < security initialization using security realm myrealm. >

    < 16 August 2013 19:20 IST > < opinion > < LoggingService > < BEA-320400 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 16 August 2013 19:20 IST > < opinion > < LoggingService > < BEA-320401 > < log file was shot in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log00066. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log. >

    August 16, 2013 19:20:05 oracle.ods.virtualization.engine.util.VDELogger info

    INFO: Sent Notification of mapping object config reloaded

    August 16, 2013 19:20:05 oracle.ods.virtualization.engine.util.VDELogger info

    INFO: Sent Notification of mapping object config reloaded

    < 16 August 2013 19:20:18 IST > < opinion > < WebLogicServer > < BEA-000365 > < server changed to STANDBY status >

    < 16 August 2013 19:20:18 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >

    < 16 August 2013 19:20:20 IST > < WARNING > < JDBC > < BEA-001552 > < data source for logging last resource (LLR) InventoryTxDataSource does not work when it is a participant in a global transaction that spans several WebLogic Server instances because JDBC remote support is disabled. LLR will work in one configurations. >

    < 16 August 2013 19:20:22 IST > < WARNING > < JDBC > < BEA-001110 > < no table test didn't put in place for the pool "SDM-commsRepository" Connections will be tested. >

    < 16 August 2013 19:20:39 IST > < WARNING > < security > < BEA-090668 > < ignored the role 'Admin' resource deployment ' type = < url >, application is DMS Application #11.1.1.1.0, contextPath = / dms, uri = / ">".

    < 16 August 2013 19:20:58 IST > < WARNING > < J2EE > < BEA-160195 > < application version of the lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored, because the application UIMCMWSAdapter is not versioned. >

    < 16 August 2013 19:21:11 IST > < WARNING > < J2EE > < BEA-160195 > < application version of the lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the oracle.communications.inventory application is not versioned. >

    < TableBuilder > < _buildSchema > metric "webcache:request_filter_denied_stats" table has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Server_Information ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Server_Performance ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Server_Response ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Servlet_Response ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Remote_Bridge_Elements ' has no key column.  It will not be seen.

    < ConfigurationUtil > < getProperties > was not able to load runtime - poms.properties

    < 16 August 2013 19:21:52 IST > < error > < Net > < BEA-000903 > < could not communicate with the proxy: www-proxy.idc.oracle.com/80. Try to login www.terracotta.org/80 now.

    java.net.UnknownHostException: www-proxy.idc.oracle.com

    at java.net.Inet6AddressImpl.lookupAllHostAddr (Native Method)

    in java.net.InetAddress$ 1.lookupAllHostAddr(InetAddress.java:876)

    at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1229)

    at java.net.InetAddress.getAllByName0(InetAddress.java:1180)

    at java.net.InetAddress.getAllByName(InetAddress.java:1110)

    Truncated. check the log file full stacktrace

    >

    < 16 August 2013 19:21:53 IST > < error > < Net > < BEA-000903 > < could not communicate with the proxy: www-proxy.idc.oracle.com/80. Try to login svn.terracotta.org/80 now.

    java.net.UnknownHostException: www-proxy.idc.oracle.com

    at java.net.InetAddress.getAllByName0(InetAddress.java:1184)

    at java.net.InetAddress.getAllByName(InetAddress.java:1110)

    at java.net.InetAddress.getAllByName(InetAddress.java:1046)

    at weblogic.net.http.HttpClient.openServer(HttpClient.java:309)

    at weblogic.net.http.HttpClient.openServer(HttpClient.java:414)

    Truncated. check the log file full stacktrace

    >

    < LoggerHelper > < Journal > cannot map non-serializable type "interface oracle.adf.mbean.share.config.runtime.resourcebundle.BundleListType" to open MBean Type for mbean interface oracle.adf.mbean.share.config.runtime.resourcebundle.AdfResourceBundleConfigMXBean, attribute BundleList.

    < AdfDiagnosticsJarsVersionDumpImpl > < dumpVersionInfo > version jars discharge path: D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\oracle.communications.inventory-Versions.csv

    < FeatureUtils > < _resolveFeatures > Ignoring feature-dependency on the function "AdfDvtCommon".  There is no such feature.

    ATTENTION: From post-deployment of ADF library jar on WebLogic Server. "Provider-lazy-inited" init-param missing LibraryFilter? Ignore this warning if the ADFJspResourceProvider is not used.

    On the road: ADF library non-ADFJspResourceProvider after deployment

    Finishing: ADF library non-ADFJspResourceProvider after deployment (millis): 223

    < 16 August 2013 19:22:08 IST > < opinion > < LoggingService > < BEA-320400 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 16 August 2013 19:22:08 IST > < opinion > < LoggingService > < BEA-320401 > < log file was shot in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00118. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log. >

    < 16 August 2013 19:22:08 IST > < opinion > < Log Management > < BEA-170027 > < server has established the connection with the Service of diagnosis level domain successfully. >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to ADMIN >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed for RESUMING >

    < 16 August 2013 19:22:09 IST > < opinion > < Server > < BEA-002613 > < Channel "Default" is now listening on 14.96.8.250:7101 for iiop, t3, ldap, snmp, http protocols. >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000331 > < started WebLogic Admin Server "DefaultServer" domain "DefaultDomain" running in development Mode >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed in the RACE >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >

    But it does not list the server while deploying the application.

    I don't see the problem to my office network. But I have this problem when I work from my home.

    Ideally, it should show the following lines after the server is started:

    DefaultServer startup time: 195467 ms.

    DefaultServer began.

    This is not the case if I start the server without network.

    How can I solve this problem?

    Thank you

    Ravi

    I see some message on a proxy. Have you checked that you can use the proxy on your network?

    If this isn't the case, you must disable the proxy.

    Timo

  • I installed AVG 9.0 and now I get the following MSN Explorer pop up of message.__You are unable to connect to your e-mail server. There may be a problem with your Internet connection, or a problem with the mail server. Pleas try again.

    I installed AVG 9.0 and now I get the MSN Explorer pop next message.
    You can not connect to your mail server. There may be a problem with your Internet connection, or a problem with the mail server. Pleas try again.

    Sure.  Analysis of your e-mail anti-virus program:

    • Can slow to receive and send messages, or even fail.
    • Can damage files of storage for messages that you've already sent and received, making it inaccessible messages.
    • Is not necessary.  If you receive an infected attachment and try to open it, the protective device in real time of your antivirus program will block the infection.

    Here are a few web pages accurately:

    Why you don't need your anti-virus program to scan your e-mail
    The other threat email: the Corruption of files in Outlook Express
    Why some antivirus software can change the settings in e-mail programs
    Email scanning - advantages and disadvantages

  • Whenever I try to connect to my internet I get 'local internet only' and when I try to repair it it says that there may be a problem with your dns server.

    problem with connecting to the internet

    whenever I try to connect to my internet I get 'local internet only' and when I try to repair it it says that there may be a problem with your dns server, I looked for a solution for centuries now, and no one can seem to help me! Please someone help me?

    Hello

    First off I'm going to assume that when you say "local internet only", you really mean "local only". Also, I'll assume you are using a router for internet connection broadband. If I am wrong, then you will have to describe the answer how you try to connect to the internet more in detail.

    First of all, your router. The indicators show that there is an internet connection? Consult the manual, which probably came on a CD with the router. Internet connection led can resemble a planet with rings or a circle with a lower-case i in the middle of it, or some other symbol. It can also have a caption saying 'internet' or 'connected '. If the router is not connected while your PC will not have access to the internet.

    Click the Start button and type "cmd" then press ENTER. In the window type (mainly black) which results in ipconfig and press to enter. Transcribe the results of the command ipconfig for a response.

    Your (wired or wireless) network card is set to automatically get an ip address? Otherwise, set it to do that and also to get information from DNS server automatically...

    • Right-click on the icon network at the bottom right of your screen, and then click Network and sharing Center
    • In network and sharing Center, click on manage the network connections (on the left)
    • Right click on 'Connect to the Local network' or 'Wireless Network Connection' depending on how you connect to the router
    • Click on select Internet Protocol Version 4 (TCP/IPv4), and then click the properties button
    • If things are not set to 'automatic', please note all numbers so that you can restore the settings if necessary
    • Make sure that "Obtain an IP address automatically" and 'DNS server automatically get an address' is selected, then click OK
    • Click on close

    If you are using a wireless connection, what happens if you try to connect to your router with an Ethernet cable?

    Please post back with your comments to the above and give more details about your configuration, i.e. router brand and model (or another material of Internet), if you connect wireless or with an Ethernet cable, etc. etc.

    Tricky

  • Problem with Top SQLs report

    Hello

    I have a big problem with Top SQLs reports, when I generate a report of high SQLs, SQL, the value text is not end, I know that there is a "The SQL text size" setting on the properties of the agent (this configuration is also on the collections setting ' Ta maximum size in characters of the short collects text of the SQL statement is ") on the two options , I've incremented the value of 256 (default) 1500, but when I generate the Top SQLs postpones continue it problem, once the changes I restarted the agent but the problem persists, I generate the report on the different formats, but result is the same, could you help me please.

    Thank you.

    Best regards.

    I see this in support KB article https://support.software.dell.com/kb/109536

    "

    • Title

      SQL in DB2 Top instructions are truncated in the delivered report of Top SQL

    • Description

      SQL in DB2 Top instructions are truncated in the delivered report of Top SQL

    • Resolution

    • Resolution A DDB-3673 request improvement with Support software Dell to show the full text of SQL high in the report Top SQL for DB2.

      Workaround At this point you should be able to make a custom report by cloning the Top SQL existing and then customizing report. »

    I know that this is not the solution, more of an explanation and guidance on how to solve this problem by using customizations.

    Golan

  • error message "there is a communication problem with the web server."

    I'm trying to connect to three rivers FCU website www.3riversfcu.org and I get the message error "there is a communication problem with the web server." I am running Windows 7 on Toshiba laptop. No idea how to solve this problem? Something in the settings?

    Hi, Mayhem15,

    See if this troubleshooting help.  It was written for Windows XP, but in many cases, these documents still apply for more recent versions of Windows.

    How to troubleshoot possible causes of Internet connection problems in Windows XP

    http://support.Microsoft.com/kb/314095

  • Problem with instalation VMware server 2 on Debian Lenny (linux-image - 2.6.30 - 1-686. bpo)

    Hello

    I have problem with instalation VMware server 2 on Debian Lenny (linux-image - 2.6.30 - 1-686. bpo). The problem appears in the last step of the instalation during construction of the vmmon module I installed VMware server 2 on Debian Lenny (linux-image - 2.6.26) according to http://www.howtoforge.com/how-to-install-vmware-server-2-on-debian-lenny and Vmware has worked well. Now, the instalation ends with the following output:

    Extract the sources of the vmmon module.

    The construction of the vmmon module.

    Using 2.6.x kernel build system.

    do: enter the directory ' / tmp/vmware-config1/vmmon-only '.

    do /lib/modules/2.6.30-bpo.1-686/build/include/ - C... SUBDIRS = $PWD SRCROOT = $PWD. modules of

    make [1]: Entering directory ' / usr/src/linux-headers-2.6.30-bpo.1-686'

    CC /tmp/vmware-config1/vmmon-only/linux/driver.o

    In file included from /tmp/vmware-config1/vmmon-only/linux/driver.c:31:

    /tmp/vmware-config1/vmmon-only/./include/compat_wait.h:78: error: conflicting types for 'poll_initwait '.

    /usr/src/linux-headers-2.6.30-BPO.1-common/include/Linux/poll.h:67: error: previous declaration of 'poll_initwait' is here

    /tmp/vmware-config1/vmmon-only/Linux/driver.c: in function 'LinuxDriverSyncCallOnEachCPU ':

    /tmp/vmware-config1/vmmon-only/Linux/driver.c:1423: error: too many arguments to function 'smp_call_function '.

    /tmp/vmware-config1/vmmon-only/Linux/driver.c: in function 'LinuxDriver_Ioctl ':

    /tmp/vmware-config1/vmmon-only/Linux/driver.c:1987: error: 'struct task_struct' has no member named 'euid.

    /tmp/vmware-config1/vmmon-only/Linux/driver.c:1987: error: 'struct task_struct' has no member named 'uid '.

    /tmp/vmware-config1/vmmon-only/Linux/driver.c:1988: error: 'struct task_struct' has no member named 'fsuid '.

    /tmp/vmware-config1/vmmon-only/Linux/driver.c:1988: error: 'struct task_struct' has no member named 'uid '.

    /tmp/vmware-config1/vmmon-only/Linux/driver.c:1989: error: 'struct task_struct' has no member named 'egid.

    /tmp/vmware-config1/vmmon-only/Linux/driver.c:1989: error: 'struct task_struct' has no member named 'gid '.

    /tmp/vmware-config1/vmmon-only/Linux/driver.c:1990: error: 'struct task_struct' has no member named 'fsgid '.

    /tmp/vmware-config1/vmmon-only/Linux/driver.c:1990: error: 'struct task_struct' has no member named 'gid '.

    /tmp/vmware-config1/vmmon-only/Linux/driver.c:2007: error: too many arguments to function 'smp_call_function '.

    make [4]: * /tmp/vmware-config1/vmmon-only/linux/driver.o error 1

    make [3]: * error 2

    make [2]: * error 2

    make [1]: * error 2

    make [1]: leaving directory ' / usr/src/linux-headers-2.6.30-bpo.1-686'

    make: * http://vmmon.ko error 2

    make: leaving directory ' / tmp/vmware-config1/vmmon-only '.

    Unable to build the vmmon module.

    For more information about how to troubleshoot module, please

    visit our Web site at " " http://www.VMware.com/go/UNSUP-Linux-products "and "

    " http://www.VMware.com/go/UNSUP-Linux-tools ". "

    The execution is canceled.

    I appreciate all ideas of solution to this problem.

    Thank you Pavel

    Your kernel is NOT linux-image - 2.6.26 but (of output) 2.6.30 - bpo.1 - 686

    See this page for a fix possible (the problem is common also for workstation):

    http://www.insecure.WS/2008/10/20/VMware-specific-specific-55x-and-kernel-2627

    Or see this thread:

    http://communities.VMware.com/thread/188410?TSTART=0

    André

  • There is a problem with Firefox 'remembering' my Verizon residential account password. Using Firefox, I have to enter my username and password each time.

    There is a problem with Firefox 'remembering' my Verizon residential account password. Using Firefox, I am obliged to enter my ID and password every time I closed my browser and then restart or close my e-mail for a while, even though I checked the option "keep me connected" significant given by Verizon. I spent a lot of time today working with the technical support of Verizon and they (and I) can verify that it's specific to Firefox and IE is not the case. So far, this seems to be limited to the connection from Verizon, but there may be other affected accounts protected online. If it helps, I run Firefox under Windows 7 with Norton Security and the active Norton toolbar. It is a real pain and needs to be repaired.

    With the modules form filling;

    Go to the web site. After you enter data in a form, tell you the
    fill in form to remember what has been entered, save him form fill
    information based on the address of the site and the name of the
    field of that information was concluded. If the same field shows
    upward on a different page for the same site, or when you return to
    This page, the stored information is entered automatically
    For you. So far, I have not found a web page that prevents them from working.

  • I have problem with a .iso file that when I want to use I face the error "the file name is too long.

    Original title: name of a file

    Hello

    I have problem with a file .iso that when I want to use I'm dealing with error "the file name is too long" and I can't use this file anywhere for example: vmvare ' untraiso and even if I cannot write to cd or make a boot USB.

    I don't know how fix it.how I rename the file iso, shorter that I can use?

    Please help me.

    Thank you.

    Right-click on the ISO > rename > give a short name

  • ODI 12 - problem with LKM SQL for Oracle

    Hi again,

    Three days ago, that I asked about the problem with the data types of data warehouses in models that were missing. After you apply the ideas suggested by Rita (thank you very much ) I got from their work.

    But after that, we came across a new problem. When you run a mapping (Oracle for Oracle databases), it failed on the second stage - ' "work table create. "When we checked the generated code was something like this: '(" CREATE TABLE < work_table_name >). None of the names of columns or data types have been described in parentheses and as expected, the ODI execution error was "invalid identifier". It seems that API odiRef.getColList(params)%> does not work. I tried loading using LKM Oracle Oracle (DB LINK) but once again the columns are missing in the generated script.

    I have to mention the master and work repositories are different databases from Oracle and ODI Agent is not installed because of some problems.

    We are still beginners of ODI and would appreciate any help from more experienced guy (or other beginners).

    Thank you in advance.

    Just by chance, we found the soluton today!

    The reason of missing generated code was that the description of the types of data was not entirely cofigured.

    We found that the fields "create table syntax" and "'syntax of data accessible in writing' in each type of data in the topology definition were empty." After filling them, the generation of the script is running properly.

    Before that we had problems with missing data types in models and we realized the reverse engineering of the types of data, but obviously it is insufficient.

    Thanks to all those who participated in the discussion and tried to help us!

  • database stress test - datagenerator problem with import data from oracle

    Hi all

    Today, I'm doing a stress test on my new server. Someone from this forum told me that there is a nice software for it:

    http://www.dominicgiles.com

    I have a problem with Datagenerator. I can't fill my user directly in the database. DataGenerator always has an exception. What ever...

    I tried to generate data on hard drive. It seems to go well. In the file data, I found a large number of files:

    *.dat
    *. CTL
    *. SQL

    N, anyone know how I can import only the files of user oracle?


    see you soon

    Dlugasx

    I do the table drop in the first place, I think it's to be sure, there are no objects before loading.

    Nicolas.

  • What is the problem with my sql says invalid identifier

    CREATE THE TABLE PROJECT

    (proj # NUMBER (6) NOT NULL,)

    p_name VARCHAR2 (15) NOT NULL,

    p_desc VARCHAR2 (150) NOT NULL,

    p_budget NUMBER (8).

    CONSTRAINT project_proj PRIMARY KEY #pname_pk (proj #, p_name));

    CREATE TABLE WORK ORDERS

    (wo # NUMBER (6))

    proj # NUMBER (6).

    wo_desc VARCHAR2 (150).

    wo_assigned VARCHAR2 (30),

    wo_hours NUMBER (5),

    wo_start DATE,

    wo_due DATE,

    wo_complete char (1),

    CONSTRAINT workorders_wo #_pk KEY(wo#) primary SCHOOL.

    CONSTRAINT workorders_wo #_fk FOREIGN KEY (proj #)

    REFERENCES PROJECT (proj #).

    Workorders_wodesc_uk of CONSTRAINT UNIQUE (wo_desc).

    CONSTRAINT workorders_hours_ck CHECK (wo_hours > = 0).

    CONSTRAINT workorders_wocomplete_ck CHECK (wo_complete in ('Y', 'n')));

    Whenever you have an error message the best thing to do is post a copy of your session with your statement sqlplus output. Like this.

    I have no problem with your first statement regarding the syntax and semantics

    SQL> create table project
      2  (
      3  proj# number(6) not null,
      4  p_name varchar2(15)not null,
      5  p_desc varchar2(150)not null,
      6  p_budget number(8),
      7  constraint project_proj#pname_pk primary key (proj#, p_name)
      8  );
    
    Table created.
    

    Second table a problem that his tent to make reference to project.proj #. But the problem is that it doesn't have a primary or unique key defined in this topic.

    SQL> create table workorders
      2  (
      3  wo# number(6),
      4  proj# number(6),
      5  wo_desc varchar2(150),
      6  wo_assigned varchar2(30),
      7  wo_hours number(5),
      8  wo_start date,
      9  wo_due date,
     10  wo_complete char(1),
     11  constraint workorders_wo#_pk primary key(wo#),
     12  constraint workorders_wo#_fk foreign key (proj#)
     13  references project (proj#),
     14  constraint workorders_wodesc_uk unique (wo_desc),
     15  constraint workorders_hours_ck check (wo_hours >=0),
     16  constraint workorders_wocomplete_ck check (wo_complete in ('y' ,'n'))
     17  );
    references project (proj#),
                        *
    ERROR at line 13:
    ORA-02270: no matching unique or primary key for this column-list
    

    I defined a

    SQL> alter table project add constraint project_proj#_uk unique (proj#);
    
    Table altered.
    

    Now, the second table is also created correctly

    SQL> create table workorders
      2  (
      3  wo# number(6),
      4  proj# number(6),
      5  wo_desc varchar2(150),
      6  wo_assigned varchar2(30),
      7  wo_hours number(5),
      8  wo_start date,
      9  wo_due date,
     10  wo_complete char(1),
     11  constraint workorders_wo#_pk primary key(wo#),
     12  constraint workorders_wo#_fk foreign key (proj#)
     13  references project (proj#),
     14  constraint workorders_wodesc_uk unique (wo_desc),
     15  constraint workorders_hours_ck check (wo_hours >=0),
     16  constraint workorders_wocomplete_ck check (wo_complete in ('y' ,'n'))
     17  );
    
    Table created.
    
    SQL>
    

    My Version of DB's

    SQL> select * from v$version where rownum = 1;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    
    SQL>
    
  • Problem with PL/Sql to insert Images in the table

    Hi, im using SQL Developer Version 3.2.20.09,

    I want to create a table with a column of type BLOB for the insertion of image files. So I created the table, the directory, and the procedure I described below. And in the C:\ drive I created a new folder named image_dir that contains a file named test_image with extension .jpeg.

    Here are the steps I took:

    create the directory image_dir as 'c:\image_dir ';

    CREATE TABLE test_image

    (IDENTIFICATION NUMBER,

    Image_filename VARCHAR2 (50).

    image BLOB

    );

    CREATE OR REPLACE PROCEDURE insert_image_file (p_id NUMBER, p_image_name IN VARCHAR2)

    IS

    src_file BFILE.

    dst_file BLOB;

    lgh_file directory.

    BEGIN

    src_file: = BFILENAME ("image_dir", p_image_name);

    INSERT INTO test_image

    (ID, image_filename, image

    )

    VALUES (p_id, p_image_name, EMPTY_BLOB)

    )

    RETURN to image

    IN dst_file;

    CHOOSE the image

    IN dst_file

    OF test_image

    WHERE ID = p_id AND image_filename = p_image_name

    UPDATE;

    DBMS_LOB. FileOpen (src_file, DBMS_LOB.file_readonly);

    lgh_file: = DBMS_LOB.getlength (src_file);

    DBMS_LOB. LoadFromFile (dst_file, src_file, lgh_file);

    UPDATE test_image

    SET image = dst_file

    WHERE ID = p_id AND image_filename = p_image_name;

    DBMS_LOB. FileClose (src_file);

    END insert_image_file;

    But I still have this error when I run the command EXECUTE insert_image_file (1, "test_image.jpg"); Please what could be the reason for this and a better solution?

    Error from the 1 in the command line:

    RUN insert_image_file (1, "test_image.jpg")

    Error report:

    ORA-22285: non-existent directory or file for FILEOPEN operation

    ORA-06512: at "SYS." DBMS_LOB", line 744

    ORA-06512: at "ANSUWEB. INSERT_IMAGE_FILE', line 20

    ORA-06512: at line 1

    1. 00000 - 'non-existent directory or file %s operation '.

    * Cause: Attempted access to a directory that does not exist, or attempted

    to access a file in a directory that does not exist.

    * Action: To ensure that an appropriate system specified

    the directory exists in the data dictionary, or

    Make sure that the name is correct.

    A guess: c:\image_dir is not on the server where Oracle is looking for it

    Concerning

    Etbin

  • Problem with Greek characters in Oracle 11 g

    Hello

    I have an Oracle 11 g only express Edition installed on my Windows 7 64 bit machine, and I store the Greek characters inside.

    The characters appear well on SQL Developer.

    But when I connect it to my php using PDO I get? instead of Greek characters.

    I've set nls_lang in the GREEK_GREECE register. EL8MSWIN1253

    But when I run select * from nls_database_parameters, I get the following.

    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS.,.
    AL32UTF8 NLS_CHARACTERSET
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI. SSXFF AM
    NLS_TIMESTAMP_FORMAT-DD-MON-RR HH.MI. SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI. SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI. SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    BINARY NLS_COMP
    NLS_LENGTH_SEMANTICS BYTES
    NLS_NCHAR_CONV_EXCP FAKE
    NLS_NCHAR_CHARACTERSET UTF8
    NLS_RDBMS_VERSION 11.2.0.2.0

    Also, when I connect with the pdo function I use this command: $pdo_string = 'oci:host ='. $this-> server.'; dbname ='. $cette database->.'; = AL32UTF8 charset';

    Any ideas on that?
    Any help will be appreciated.

    Mike

    There is no csscan or csalter to XE. You are not allowed to use them. XE is Unicode only by its design. Instead of trying the methods not supported, why not just store Greek in Unicode (AL32UTF8) as it should.

    -Sergiusz

Maybe you are looking for

  • Compact Flash Driver

    I have a pavilion a6009n desktop computer.  I ran a diagnostic and performance scan due to some problems and here are the results.  The device, Compact Flash, reports "tv_ConfigMgrErr19". This device won't be available until the problem is resolved.

  • This graphics card is compatible with this desktop computer?

    Being relatively new to computing and looking for a worthy of my gtx550 ti, Nvidia update I was wondering if this graphics card: http://www.overclockers.co.UK/showproduct.php?ProdID=GX-172-Ms & VAT = 1 Is compatible with my HP Pavilion HPE h9-1033uk

  • How to restart the Satellite A100 after update BIOS to version 6.00?

    I've updated my BIOS to version 6.00, but when restarting my Toshiba Satllite the BIOS shows me an error:"No TPM or TPM has problem.The ram test has passed but I can't get into Setup and BIOS freeze after the RAM testDo you understand what the proble

  • Office jet pro 8600: Ad hoc mode

    All the hp printers support the ad - hoc connection? How to configure the adhoc on 8600 settlement mode?

  • What happens immediately after that I get a refund?

    Can I continue using the app for some time, or it be uninstalled immediately?