Advanced Database Management

I need more information pertaining to Advanced Database Management. I request you to send me the relevant URL.
Thanks in advance for your great help.
Have a great day :)

Try looking at this web site for Oracle 8.1.7 information: http://technet.oracle.com/docs/products/oracle8i/content.html
The administrator's guide should help.
Note: this web site is for Oracle Server Enterprise Edition
Good Luck.

Similar Messages

  • Database Management

    Just wondering how people manage the content that they pull
    out from the
    database.
    For instance if some text was required to be highlighted bold
    in the
    middle of some other text, like this example:
    The quick brown fox {jumps over} the lazy dog.
    The way I'm doing it at the moment is to surround the {jumps
    over} with
    <strong> tags in the database.
    However I seem to recall some more advanced database
    exponents saying
    its not a good idea to include html tags within a database?
    Also take this example:
    I have two items for sale. Item one has one price associated
    with it and
    item two has two prices associated with it. How the heck can
    a details
    page be set up to accomodate both one price and two prices.
    The way I'm doing it at the moment is again using html tags
    in the database.
    Price Field
    <p>£20.75</p>
    and
    <p>£18.75</p>
    <p>£25.50</p>
    I dont want to use two, three or four price fields in a
    master details
    page because those items that only have one price don't
    require such a
    set up. Plus I dont know at the outset of building the
    database how many
    alternative prices there wil be.
    Is there a better and more efficient way of doing this as
    again I seem
    to recall there should be only one piece of information in a
    database field
    Cheers
    Os

    > The way you are suggesting, I think, is that there be
    several price
    > fields, maybe price_1, price_2 price_3 etc.
    Nope. He is suggesting that you have two tables -
    table1 - all the data except for price
    table2 - two fields:
    1. product ID
    2. price
    In table2 you might have several records containing the same
    productID but
    different prices.
    When you define your recordset, you pull from both tables,
    with a
    SELECT *
    FROM table1, table2
    WHERE table1.productID = table2.productID. I think.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Osgood" <[email protected]> wrote in
    message
    news:[email protected]...
    > Michael Fesser wrote:
    >
    >> .oO(Osgood)
    >>
    >>
    >>>Just wondering how people manage the content that
    they pull out from the
    >>>database.
    >>>
    >>>For instance if some text was required to be
    highlighted bold in the
    >>>middle of some other text, like this example:
    >>>
    >>>The quick brown fox {jumps over} the lazy dog.
    >>>
    >>>The way I'm doing it at the moment is to surround
    the {jumps over} with
    >>><strong> tags in the database.
    >>>
    >>>However I seem to recall some more advanced
    database exponents saying its
    >>>not a good idea to include html tags within a
    database?
    >>
    >>
    >> Depends.
    >>
    >> Usually I try to avoid storing HTML in the database.
    The data should
    >> always be in a raw format without any
    output-specific encoding if
    >> possible. For rather simple things like above
    something like BBCode
    >> might be enough.
    >>
    >> Of course no rule without exception: On one of my
    sites we get a lot of
    >> third-party content each month, which has to go into
    the DB and already
    >> contains HTML lists, tables and such. It would have
    been way too much
    >> work to invent another more generic way of storing
    that (XML, BBCode,
    >> Wiki-style or whatever), so I simply store it as-is
    in a large TEXT
    >> field.
    >>
    >>
    >>>Also take this example:
    >>>
    >>>I have two items for sale. Item one has one price
    associated with it and
    >>>item two has two prices associated with it. How
    the heck can a details
    >>>page be set up to accomodate both one price and
    two prices.
    >>
    >>
    >> Two tables: one for the product details, one for all
    the prices. It's an
    >> 1:m relation.
    >>
    >>
    >>>The way I'm doing it at the moment is again using
    html tags in the
    >>>database.
    >>>
    >>>Price Field
    >>>
    >>><p>£20.75</p>
    >>>
    >>>and
    >>>
    >>><p>£18.75</p>
    >>><p>£25.50</p>
    >>
    >>
    >> Ugly. What if you would want to search the DB for
    all products with or
    >> below a given price? Impossible with your current
    structure.
    >
    >
    >>>I dont want to use two, three or four price
    fields in a master details
    >>>page because those items that only have one price
    don't require such a
    >>>set up. Plus I dont know at the outset of
    building the database how many
    >>>alternative prices there wil be.
    >>
    >>
    >> That's exactly where you use a second table as
    mentioned. And not only
    >> for the prices, but whenever there's a chance that
    there might be more
    >> than one value required. Product categories would be
    another example.
    >
    > Humm..... so how does that work on a master details
    page?
    >
    > At the moment I just bind the 'price field' to the
    container in the
    > details page which I want the stored information to come
    into. ONLY ONE
    > field involved.
    >
    > The way you are suggesting, I think, is that there be
    several price
    > fields, maybe price_1, price_2 price_3 etc.
    >
    > However that means on the master details page I would
    need to use
    > something like this?
    >
    > <p><?php echo $row_rsPrice['price_1'];
    ?></p>
    > <p><?php echo $row_rsPrice['price_2'];
    ?></p>
    > <p><?php echo $row_rsPrice['price_3'];
    ?></p>
    >
    > However say there is no price_2 or price_3 for certain
    items. That means I
    > just get left with empty <p></p> tags in the
    code?
    >
    >
    >
    >

  • Database manager for Java DB/Apache Derby?

    Does anyone know a great and free database manager software with GUI for Java DB/Apache Derby where I can create and open databases? Something like Mysql Administrator and Mysql Query Builder for Mysql.
    Thanks in advance!

    I don't think there is any separation between CCMS and other systems, all use one database. If you use MaxDB use Database Manager, if smth like SQL Server or Oracle use standard tools of this vendors, like Enterprise Manager third party tools also helps you, cause I don't see any difference between

  • Outspline, an extensible outliner and advanced time manager

    Outspline is an extensible outliner and advanced time manager.
    Main features:
    Hierarchical storage of text items.
    Each item can be associated with multiple event rules, supporting events or tasks with complex recurrences.
    Times can be set in either local or UTC time.
    Highlight unallocated time or overlapping events.
    Tray icon and notifications for alarms.
    Clean interface based on tiling and tabbing rather than floating dialogs. Possibility to set the menu bar to autohide.
    Extensive keyboard access with fully configurable global and contextual shortcuts.
    Highly customizable through a single plain-text configuration file.
    Website with screenshots.
    Wiki with installation instructions, usage, feature tour, configuration, troubleshooting etc.
    AUR package: outspline
    Recommended optional dependencies:
    dbus-glib and python2-dbus to prevent opening multiple instances of Outspline with the same configuration file.
    libnotify and python2-gobject for desktop notifications when alarms are activated.
    See the other optional dependencies for some additional Outspline components.
    The current version is considered stable and ready for production use, although I'm the only one who's been using and testing it until now, so make sure you save your database frequently! I haven't experienced crashes for ages, and never got my database corrupted in any way, but under the "File" menu there's a "Save backup..." action: use it
    Ah, and contributors would be wanted for maintaining packages for other distros
    GitHub — Sourceforge — Issues

    Reserved for future updates.
    Last edited by kynikos (2014-12-19 12:22:58)

  • WLSE SQL1032N No start database manager command was issued

    Hello,
    i have a problem with my WLSE device.
    it seens like db2 database fails to start.
    2004@WLSE:diag all
    DIAG: IMAGE
    *** PASS: Software image verification passed. ***
    DIAG: BIOS
    *** Drive model does not require BIOS patch. ***
    DIAG: DMA
    Checking disk for DMA errors *** PASS: NO DMA IO errors found. ***
    Checking disk sectors for errors ...*** PASS: NO disk sector errors found. ***
    DIAG: DB2CLEAN *** PASS: No dump files found. ***
    DIAG: DB2VERIFY *** FAIL: Cannot connect to DB2. Integrity verification failed. ***
    DIAG: SERIALNO *** Serial Number -???????? ***
    2004@WLSE:service status
    Process= TFTP
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= WirelessSvcMgr
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= WLSEjobvm
    State = Running but busy flag set
    Info = WLSEjobvm started.
    Process= WLSEFaults
    State = Running normally
    Info = WLSEFaults is ready.
    Process= CDPbrdcast
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= WLSEIdleServer
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= WLSERepository
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= HaMibDaemon
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= WebServer
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= Tomcat
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= ExcepReporter
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    Process= PerfMon
    State = Program started - No mgt msgs received
    Info = Application started by administrator request.
    snmpd (pid 1854) is running...
    Database test failed
    FAIL Version and product query result was:
    SQL1032N No start database manager command was issued. SQLSTATE=57019
    Any idea??? is it possible to start the database manager without restoring the database?
    Thank you in advanced.

    This happens when the database of WLSE is corrupted. Use " reinitdb " command to reinitialize the database. Then try to stop the service for 5 mins and start again.

  • Database Manager for Address Book

    Help me! I seem to need to reconstruct my Address Book every time I change my PDA. the card formats are never quite the same....
    To date, I have been exporting to text files, cleaning the text tile with MS Word, opening the text file in Excel - doing my clean up and reorganization in Excel - saving as a text file, then importing the text file back into Address Book.
    Eh - and every time I do this, SOMEthing get screwed up. This time, I lost all the fax numbers!
    Question: Is there a database manager that will open the AddressBook.Data file in native format, allow me to make global changes or individual edits and resave the native format - without needing to do all of the exporting and importing and data corruption?
    Thanks for any feedback or comment!
    iMacG5 & PB 12"G4 & PB 15" Ti (G4)   Mac OS X (10.4.5)   Extreme Basestation & Belkin Enet Switch

    look at <http://homepage.mac.com/sroy/addressbookimporter>
    maybe this solves your problem.
    What PDA are you using?

  • Problem with Advanced Security Manager

    Hi
    I am using the advanced security manager to migrate security from Essbase 7 server to Essbase 11 server. The users who are externally authenticated on essbase 7 server are under native security mode on the Essbase 11 server after security import.Does the Advanced security manager put all the users (whether they are externally authenticated or under native security mode) in native security mode after import?
    Please help

    Hello 831221
    In version 11 "native" means that the users are stored in OpenLDAP (once Essbase was externalized).
    You would only be able to create "external" users if the Shared Services have been connected to an external User Source (e.g. MSAD) prior to
    importing the users.
    best regards
    .T

  • Idoc types for Advanced Returns Management (ARM) in EHP4

    Hi
    Does anyone know the Idoc type/Message type for return sales order with Advanced Returns Management (ARM) in EPH4? I have searched all ORDERS Idoc types /associated function module and I am not able to find the new fields available in ARM in the function module. Your immediate feedback in this regard will be highly appreciable .
    with regards,
    Joseph Anand B

    Hi,
    In order to customize advanced returns, you have to do the following:
    a. Define the return reason codes
    b. Define the refund codes
    c. Define the inspection code catalog
    d. Define the order types that are relevant for advanced returns management
    e. Define the logistical follow up activities
    f. Define the number ranges for inspection sheets
    g. Define the default values.
    Follow the node under advanced returns management. Please let me know if you need any specific information. Refer to the guide for advanced returns management in the SDN papers.

  • Incorrect Return PO Quantity in Advance Returns Management

    Hi,
    Issue Description - Return Sales order is created to process returns for multiple materials. In Returns sales order, Return Reason, Follow up Action(Ship to Vendor) and Refund controls are keyed in. Note that Advance Returns Management is activated. Returns delivery gets created and inspection is done on the GR line items. On saving the inspection, a Return PO to the Vendor is getting created. Issue is Return PO is getting created with correct quantiy for the first line item but for the second line item, the quantity is getting increased. No customization has been done. Tried to identify the bug through debugging but didnt materialise. Can any one help with any note or corrective action available for the same?
    Thanks

    Hi
    Try to do a trace with ST05 and check if any userexit, VOFM, BADI or enhancement is working. I do it when debugging sessions are expensive in time. If you need any other advice, don't hesitate, tell me.
    I hope this helps you
    Regards
    Eduardo

  • Queries on Advance Complaint Management Integration with Advance Return Management

    Hello All,
    We plan to implement Advance Complaint Management and integrate the same with Advance Return Management in SAP CRM, I have gone through the following links for the same
    http://help.sap.com/saphelp_crm700_ehp02/helpdata/en/f8/d9632674dc4934a6ae266ce5e9f651/content.htm?frameset=/en/46/010af618cf3482e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_crm700_ehp02/helpdata/en/a9/4cf641ea7a497cae3fee1c251af1c8/content.htm?frameset=/en/f8/d9632674dc4934a6ae266ce5e9f651/frameset.htm&current_toc=/en/2e/b0da18dbe84ed9bdff9a5d6d91f531/plain.htm&node_id=44&show_children=false
    http://scn.sap.com/thread/3408793
    We need to implement the return to vendor functionality and I have the following queries
    1) Does the return PO and delivery followed by the goods issue happen automatically? once the complaint transaction is released
    2) Can Service Confirmation be integrated with Advance Complaint Management
    Kind Regards
    Atul

    ok

  • CAN I USE THE ONLINE WORKSPACE FOR MY COMPAY'S DATABASE MANAGEMENT?

    Hi Forum,
    I am the Database Management System Administrator for the company I am working with. The company has branches in other regions of the country. In order to control and centralize its operational information management I have realized the need for the database to have internet link to help achieve the purpose. I have tried to connect my apex 11g to the internet but I have not succeeded. I am thinking of an alternative of using the Oracle Online Worskspace. Would Oracle allow me to use it? I shall also be glad if someone can still help me to configure my apex database to be accessed on the internet that can be used to manage large geographical operations.
    May God bless you and OTN forum
    Regards,
    Godis-Tei

    Godis-Tei wrote:
    I am the Database Management System Administrator for the company I am working with. The company has branches in other regions of the country. In order to control and centralize its operational information management I have realized the need for the database to have internet link to help achieve the purpose. I have tried to connect my apex 11g to the internet but I have not succeeded. I am thinking of an alternative of using the Oracle Online Worskspace. Would Oracle allow me to use it? No. The following conditions apply to use of apex.oracle.com:
    >
    This service is for demonstration purposes only. Use of this system to store sensitive data is prohibited.
    >
    and
    >
    This hosted Oracle Application Express instance is provided as a free demonstration service to anyone. Use of this system to store sensitive, offensive, unauthorized, or illegal data is prohibited. You are also prohibited from running production applications on this service.
    >
    May God bless you and OTN forumIn line with the OTN Terms and Conditions, please do not use religious language in the forum. It is irrelevant and likely to cause offence to users who do not share your beliefs.

  • UCCX Advanced Quality Management with VMware View

    Hi,
    I have a customer who uses UCCX 8.5 with VMware View clients running CAD and 7940 IP phones.
    They are looking at recording options and have expressed an interest in the Advanced Quality Management product.
    There are a few issues that I would need to consider specific to their environment.
    The first is that Desktop based recording would not work in this environment as CAD is running on a virtual desktop rather than a PC daisy chained to the IP phone. The second is that network based recording is not supported as the 7940 phones do not have a Built in Bridge.
    This leaves server based recording which uses SPAN port mirroring. The issue with this is that the agents phones are distributed across multiple Catalyst switches so I guess I would need to configure RSPAN - has anyone got any experience of using Cisco QM with RSPAN? - if yes how well did it work? - the customer would probably be willing to upgrade the IP phones used by the agents if that would be a better option.
    The final query relates to the Screen Recording Client - the install guide details how to install this on a Citrix server but makes n mention of VMware view. Does anyone know if support for this is on the roadmap?
    Thanks!

    Hi James
    I've done an RSPAN deployment with UCCX recording which I presume will have similar gotchas...
    The only issue I had was that I ham fisted an RSPAN config in that SPANned the VVLAN on all the edge switches. My mistake was that I didn't exclude the uplink ports, and these switches were stacked, so there was a lot of packet duplication initially (sounds like 90s dance music time stretching).
    If you ensure you SPAN ingress only on all the endpoints (i.e. phones, and gateways) and then exclude any ports where traffic might be seen a second time (e.g. switch uplinks), and then filter for the voice VLAN  you should be OK.
    This deployment was a routed LAN with different subnets on each edge stack but this worked OK with everything running through a single RSPAN session back to the server.
    I've not had the good fortune to have to do this more than a couple of times, and I've not done it for AQM  - but assuming that SPAN/RSPAN are supported along with the video recording part running on the endpoints I don't see it being too different as they seem to be written by the same people.
    Can't help re: VMware view either I'm afraid... 
    Aaron

  • Is oracle OODBMS (Object Oriented database management system)?

    Hello, All
    Is oracle OODBMS (Object Oriented database management system)? and if yes, please explain.
    I have query in my mind so, I just posted here.
    Regards,
    Rahul
    Edited by: Rahul K. Thakar on Nov 3, 2010 12:03 PM
    Edited by: Rahul K. Thakar on Nov 3, 2010 12:04 PM

    I believe the precise answer is that Oracle is ORDBMS (Object-Relational DBMS).For a brief period in time Oracle Corporation offered a product called Object Oriented Oracle (OOO).
    It was such a wonderous product that it was buried in the trash can of history when it did neither task very well.

  • Using MaxDB database manager via SAP::DBTech::dbm Perl module

    Hi,
    we would like to use the SAP::DBTech::dbm module to access the MaxDB database manager with perl.
    The MaxDB 7.7 doc states that the module is a component of the MaxDb software but I cannot find the perl includes.
    Does anybody know how to install or configure the module?
    In the MaxDB Installation I found in the file /sapdb/<SID>/db/doc/FirstSteps/Perl/HowToPerl.html that one has just to
    include the c:\programme\sdb\maxdb1/misc folder to $PERL5LIB. The folder exits but just contains the files to create and drop the demo database.
    Regards
    Thomas

    Hello Maike,
    as far as I understand your question, you'd like to automate the installation for your end-users.
    In the end it's a local installation where one user works with his/her Database Studio installation - correct?
    If it would be possible to add the end users to the user group 'SDB Operators' they should be able to create the user management database and Database Studio should work.
    Best regards,
    Melanie

  • DATABASE MANAGER ERROR "-4 database instance not found"

    Hi
    I have installed NNW 2004 ABAP Trial Version and everything seems to be good. SAP GUI is installed and MAX DB too.
    Except, I am unable to "add a database instance" in the Database Manager. The instructions tell me to leave the entries as default (database server: <local> and port: <default>) but then when I click the ADD button up pops the message:
    -4 database instance not found
    I have a 32 bit Intel Atom processor Netbook running Windows 7 with two drives C: and D:. I have tried disabling my antivir with no avail.
    I think the problem could be either:
    A) My installation is on the D drive but the database might be searching for something on the C drive????
    B) There are some "sap" type entries (like 200 of them) in my system32/drivers/etc/services file. One in particular is "sapdp00  3200/tcp" and I know the installation says make sure there are no "3200 ports". I would like to change this and save the file but up pops a message saying "access is denied" even though I have admin rights.
    Any help would be appreciated
    Josh

    Please, any hints or directions would help immensely as I am not a technical expert
    Thanks in advance

Maybe you are looking for

  • New iSight camera out of focus

    I just received my new iSight external video camera which I am using on a Mac Pro. I have access to an internal iSight camera on an iMac. The internal camera works great. However, the external iSight is out of focus. I have gone through all the Apple

  • Portion of buffer

    Hi, I am sending spool request related output to a file using the function module RSPO_RETURN_ABAP_SPOOLJOB. is there any function module to select only some portion of this buffer/output? for example: the total output contains 5000 pages. but I want

  • Guest networks in ACS 5.1

    Has any one added a guest network (wireless) within ACS 5.1 Have been looking at docs provided but am have=ing a difficult time getting it started.  Any suggestions would be helpful

  • THS7530 component in multisim error

    I've recently attempted testing out the Texas Instruments THS7530 in multisim.  After experiencing difficulties getting a signal output from the suggested test circuit in the device datasheet I inspected the device model.  It is in fact the same mode

  • Forgot pass code I can not open my iPod

    I forgot my iPod passcode, now I can not open my iPod, please help me.