Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dbnetsi

    Creating a Standby Database

    Hi I will add a bit more info a bit easier to understand Firstly Data Guard is only available on Enterprise so if you have Standard then you can do standby but its a bit different. Before doing the dataguard you need to determine why you want to do it and what is your SLA or its really just a...
  2. dbnetsi

    how to install 10g in harmony with Oracle App Server?

    Liam Depending on how you installed the application server you may already have a database installed, did you do only java or did you do the forms and reports ie full distribution of app server and did you have to create the infrastructure server If you have a infrastructure server you should...
  3. dbnetsi

    Security....

    Hi So if I read this right then the user that runs the application server is initiating ping to locate whether a device is available somewhere in the Oracle Net space. I know in 10G that the database server has an option to allow it to connect and download automatically patches so that they can...
  4. dbnetsi

    Shared server problem

    Hi What version of Oracle are you doing this in? You could enable session tracing on the database and also sqlnet logging on the client side. If you dont find it post back inforation from your results and we can provide more assistance Cheers Technology Consultant, Australia "So much of...
  5. dbnetsi

    Anti-Virus- servers

    Hi Dont scan the server on the SAP code tree and dont scan database files. If you server security is set up right then the users wont be altering the files or directories in any way where the application code resides so make sure it is read execute only for the appliaction code so user can...
  6. dbnetsi

    Ellipse front-end on Linux

    If the Ellipse 6 client is entirely .Net as proposed then in theory it would run under Mono on Linux alternatively if the source is shipped then it should be possible to recompile on Linux and run that Interesting to see that may open some intriguing conversations Cheers Technology...
  7. dbnetsi

    BEC job queue number system

    There was some problems in the way jobs where being created, I cant remember if it was a BEC problem or in the cobol and as such although they should have run under a single job to pick up job data from a previous job they didn't. have a look at the logs from the failing jobs and see what it...
  8. dbnetsi

    DBMS used for Eclipse

    I will assume that you are not in the wrong forum and you mean ellipse not eclipse. The current is to support Oracle 9i, SQL Server 2000 and DB2 v8 Some of these versions may have been updated but one could never accuse Mincom of being bleeding edge when it comes to the version of database...
  9. dbnetsi

    shared tables

    I would merge the schema's The reason for doing this is to simplify the administration and to do away with two applications using common tables with others split. This is a recipe for a migration nightmare. Do the programs do associated business functions if so merge the applications as well. I...
  10. dbnetsi

    Connecting OC4J to only one IP address

    I guess you found a solution by now to this but you do it through the Apache configuration in httpd.conf # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the <VirtualHost> # directive. # #Listen 3000 #Listen 12.34.56.78:80 Cheers...

Part and Inventory Search

Back
Top