Romano Londt

Greenhorn
+ Follow
since May 05, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Romano Londt

Originally posted by adeeb alexander:
Hi,
I have data in Excel and i want that to be loaded in oracle table, i am using oracle 10g XE, i have tried by sql loader but its quite lengthy process. I tried to load with the internal utility of oracle XE i.e to upload a file but i am facing great difficulties can any body help me please.
Thanks and
Regards.



I struggled to with some Excell-sheets...
I modified all the collumns of the new import table table to varchar2(30000) and modified them after the initial load.
16 years ago
Hi,

I want to configure a subversion 1.5 repository in combination with the apache httpserver which is installed during the Oracle Application Server 10.1.3.

When starting the configuration the following error is thrown:



The ldd command shows the folowing output;


Does anyone have an idea how to solve this issue?

Regards,

Romano
16 years ago
You could use the JDBC-driver instead of the JDBC-ODBC-bridge.

Originally posted by Sekhar Choudary:
Hi All,

When i am trying to connect to oracle 10g using JdbcOdbcDriver, i am getting Message like "Oracle(tm) client software doest not exist..", this is at the time of running my program.

While installing 10g i have choosen Oracle 10g Enterprise Edition , but still i am getting this error.
Also i have setted the DSN as "ora"

Can any one let me know what should i do now?

Thank you.
Sekhar.

17 years ago
Hi,

I want to deploy a JAX-WS client on a Oracle Application Server (OC4J 10.1.3.3). When I deploy and run the client I have to deal with some class-loader issues.

Do you have any idea which classes I have to adjust and how to configure OC4J?

Regards,

Romano
17 years ago
Hi,

I solved this issue by putting the xercesImpl.jar and xml-apis.jar from wss4j into the JDeveloper project.

Regards,

Romano

Originally posted by Romano Londt:
Hi,

I am trying to develop a webservice client in Axis 1.4 with Oracle JDeveloper 10.1.3.

When I run my a test-class in plain java I am able to recieve the expected outcome.

However when I pack the webservice client in a web-application I recieve the folowing error

08/05/06 14:50:23 AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (400)Bad Request
faultActor:
faultNode:
faultDetail:
{}:return code: 400

{http://xml.apache.org/axis/}HttpErrorCode:400


Do you have any idea how to solve this issue or what to look for?


Regards,

Romano

17 years ago
Venkatesh,

You can wrap java classes in a java stored procedures.

When you google you should find some information. At otn.oracle.com you can find some examples also.

Regards,

Romano
New INFO:

I tested the webapp in Tomcat (6).

The webservice is being called successfully. Does anyone know how to overcome the differences?

Regards,

Romano
17 years ago
Hi,

I am trying to develop a webservice client in Axis 1.4 with Oracle JDeveloper 10.1.3.

When I run my a test-class in plain java I am able to recieve the expected outcome.

However when I pack the webservice client in a web-application I recieve the folowing error

08/05/06 14:50:23 AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (400)Bad Request
faultActor:
faultNode:
faultDetail:
{}:return code: 400

{http://xml.apache.org/axis/}HttpErrorCode:400


Do you have any idea how to solve this issue or what to look for?


Regards,

Romano
17 years ago

Originally posted by Ulf Dittmer:

Please don't: UseTheForumNotEmail



My Bad.

The wsdl :


17 years ago

Originally posted by Ulf Dittmer:
In that case I would start with the WSDL description of the service. It'll tell you what the service expects, and you can use it to let your WS stack tools create Java stubs for accessing it.

Also, make sure the WS doesn't do anything that prevents non-DotNet clients from accessing it.



Ok,

I will mail you the wsdl.

I am not sure about yout last statement. I my knowledge doesn't reach that far.

regards,

Romano
17 years ago

Originally posted by Ulf Dittmer:
The code looks like you use both username/password and a signature. Is that what you want to do? In other words, is "context.Security.Elements.Add(new MessageSignature(userToken))" necessary?



Hi Ulf,

Thanks for the response.

I am only building the WS-proxy. The example is taken from a "manual" of the service provider. Therefore I do not have any influence on the serverside.

Regards,

Romano
17 years ago

Originally posted by Jeanne Boyarsky:
Ankur,
You can view/start/stop services through the control panel. Select the admin folder and then services.



Ankur,

Assuming that Oracle is installed on the same machine as where you want to run JAVA.

You could also execute tnsping "DB_SID" from a command prompt. The result should be "OK".

If this was succesful try to connect using sqplus "username"/"password"@"DB_SID" from a command prompt.

If you get connected, you are sure the DB is up and running.

regards,

Romano
17 years ago
Hi,

I am building a WS-client in JAVA for a .Net WS.

I have got an example for a .Net client:



I tried to build a JAVA-client with Apache Axis and Oracle JDeveloper and secured it with a Username Password. Appereantly this is unsufficient. When invoking the client the result is:



I thought the solution was in signing the message but the webservice-supplier told me that I did not need a key store or something like that.

Do you have any suggestions?


Regards,


Romano
17 years ago
Hi,
I am using eclipse 2.1. I tried to install the Hibernate Synchronizer but the folowing message appears:
Requested operation cannot be performed because it would invalidate the current configuration. See details for more information.
Hibernate Synchronizer (2.1.60): Feature requires plug-in "org.eclipse.osgi".
Hibernate Synchronizer (2.1.60): Feature requires plug-in "org.eclipse.ui.ide".
Can anyone tell me how to get the required plugins?
Regards,
Romano