Database Maintenance App

I've created a java app which connects to a mySQL database and uses data in the tables to display info in the app. However the data in the tables changes quite frequently (ie. one table contains a timetable). My clients have no knowledge of SQL and therefore I'm wondering if someone could point me to a program which will allow them to simple select a table from the database and then modify the values in it. It would have to be quite simple, which PHPMyAdmin is not. The tables structure does not need to be altered either, so I need a basic frontend that can perform INSERT, UPDATE, SELECT, etc commands.
Help would be greatly appreciated, as it would save me time in having to program an app like this myself.

There isn't going to be any magic bullet solution here. You either have to build a program to interact with your needs or allow direct access to the tables (which is undesirable for many reasons including the one you indicated.
There are many frameworks for building such tools but in the end you will still have to apply them to your own needs (aka you will have to write code).

Similar Messages

  • XML Database in Apps Databases

    Hi,
    What is the use of XML database in Apps Databases...it has XML Schema...etc etc..what purpose is that...

    If you are using XMLTYPE in stored procedures,
    views, functions, columns or tables you need the XDB
    feature in order for the base XMLTYPE to have
    complete functionality of it's member functions.
    This means if you were directed to remove XDB for
    some other reason you must follow the steps to put
    it back in if you want to use the XMLTYPE. You will
    also require it if you are using any of the standard
    pl/sql apis such as DBMS_XMLDOM and DBMS_XMLQUERY
    to name a couple.Yes, this is from the first note. If you check the other one, you would also find that Oracle XML Database has to be installed correctly (Oracle 10g Release 2 and above) in order to have a successful interMedia installation. For getting more details about "Oracle interMedia", check the the same note (Question 1).

  • Database maintenance for sqlserver database to improve performance

    In our company sqlserver 2008 R2 is working as a project server database.
    I want to know commands for database maintenance.
    Please let me know all command in order which i need to run in sqlserver for database maintenance.
    because i want to increase performance of projectserver 2010.

    Hi John.Eddie,
    For increasing SQL Server performance, you can do full daily backup, transaction log backups, check database integrity, rebuild index and update statistics in database maintenance plan.
     However, you need to note that running "Shrink Database", it causes disk and as well as index fragmentation and leads to performance issues.
    To ensure your database stays healthy and available, there are a few "'must do" tasks. For example:
    1.Remove excessive transaction log file fragmentation.
    2.Set auto-growth correctly.
    3.Turn off any scheduled shrink operations.
    4.Turn on AUTO_CREATE_STATISTICS and AUTO_UPDATE_STATISTICS, plus have a regular process in place to update statistics.
    5.Have a regular process to run DBCC CHECKDB, take full database backups, plus differential and log backups for point-in-time recovery.
    For more information about database maintenance, you can review the following article.
    http://technet.microsoft.com/en-us/magazine/2008.08.database.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • On demand database maintenance order

    Dear Experts,We have a prod database (databaseA)at 45GB and it contains tables for attachments(documents, images etc) from 7 companies/affiliates. The compressed full backup size is at 35.5 GB. We also maintain diff and trn backups that run on sched. We have fewer restore points due to storage constraint.A new database (databaseB) has been created in another server to house the other 6 companies' data, hence we can now delete other companies' data/records from this databaseA which leave it with only one company data. I think it is an occasion in which running DBCC shrinkdatabase would be legal so that the OS could reclaim the space.Sorry for that long overview, but my question is about the proper order of database maintenance. Is the following correct? Or will it create performance issues? Are each step necessary? Kindly enlighten me....
    This topic first appeared in the Spiceworks Community

    You can create a service order through sales order creation using action item of quality notification.
    Define the function module into action box's item in configuration
    SPRO > Quality Management > Quality Notifications > Notification Processing > Additional Notification Functions > Define Action Box > Define Functions for the Action Box
    SAP sample function module is 'QM06_FM_TASK_RMA_ORDER_CREATE' for creation of repair order.
    When you select the action item at quality notification, the pop-up screen to create a sales order will be shown.
    Also you can assign a service item(=service material) to create a service order at the same time.
    If you want to create a maintenance order(not service order), you have to use the maintenance notification.
    Because only maintenance notification can have the technical object like equipment, functional location.
    Regards
    Luke

  • How to set ORACLE_HOME for database and apps server in same server

    Hi, I have problem here to set ORACLE_HOME in .bash_profile for database and apps server. please help me to set this Oracle Home.
    Thanks
    -jebatco

    If you mean to have both simultaneosly set on the same OS session, of course that's not possible. But you can configure them on your profile, and choose them when needed. The following is an excerpt from my .bash_profile
    export EDITOR=vi
    umask 022
    alias O='cd ${ORACLE_HOME}'
    o10()
    {       export ORACLE_SID=db102
            export ORACLE_BASE=/home/oracle/base
            export ORACLE_HOME=$ORACLE_BASE/OraHome10
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export TNS_ADMIN=$ORACLE_BASE/OraHome11/network/admin
            export PS1='[\u@\h_10 \W]\$ '
    o11()
    {       export ORACLE_SID=db11
            export ORACLE_BASE=/home/oracle/base
            export ORACLE_HOME=$ORACLE_BASE/OraHome11
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export PS1='[\u@\h_11 \W]\$ '
    xe()
    {       export ORACLE_SID=XE
            export ORACLE_BASE=/usr/lib/oracle/xe/app/oracle
            export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/server
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export TNS_ADMIN=/home/oracle/base/OraHome11/network/admin
            export PS1='[\u@\h_XE \W]\$ '
    }If I want to set Oracle 10g environment I type "o10" at OS prompt, "o11" for 11g, and so on.

  • Noticing a lot of database index fragmentation yet no Health Analyzer alerts...? Best practice for database maintenance in 2013?

    Could someone point me to a document for best practices for database maintenance with SharePoint 2013? I have read the 2010 document, but I'm hoping their is an updated one that I'm just missing.
    My problem is that our DBA recently noticed that many of our SharePoint databases have high index fragmentation.  I have the Health Analyzer rules enabled for index fragmentation and they run daily, but I've never received an alert despite the majority
    of our databases having greater than 40% fragmentation and some are even above 95%.  
    Obviously it has our attention now and we want to get this addressed.  My understanding (which I now fear is at best incomplete, more likely just plain wrong) was that a maintenance plan wasn't needed for index fragmentation in 2010/2013 like it was
    in 2007. 
    Thanks,
    Troy

    It depends. Here are the rules for that job:
    Sampled mode
    Page count >24 and avg fragmentation in percent >5
    Or
    Page count >8 avg page space used in percent < fill_factor * 0.9 (Fill Factor in SharePoint 2013 varies from 80 to 100 depending on the index, it is important not to adjust index fill factors)
    I have seen cases where the indexes are not automatically managed by the rule and require a manual defragmentation with a Full Scan, instead of Sampled. Once the Full Scan defrag completed, the timer job started handling the index fragmentation automatically.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Unable to connect to database as apps user

    ORA-12203: TNS:unable to connect to destination .
    when iam trying to connect to database as apps user iam getting this error..
    as sysdba i could connect...database listener is up and application services are also up....but couldnt connect to database as apps user? how to resolve this issue.

    ORA-12203: TNS:unable to connect to destination .
    when iam trying to connect to database as apps user iam getting this error..What is your EBS release? OS? DB version?
    as sysdba i could connect...database listener is up and application services are also up....but couldnt connect to database as apps user? how to resolve this issue.Are you trying to connect remotely? Can you connect from the application tier node as apps user?
    Please run Autoconfig on both tier nodes, bounce the services and check then.
    Thanks,
    Hussein

  • SQL 2000 Database Maintenance Plan drop downs for days, weeks, months, not displaying

    When setting up a SQL 2000 Database Maintenance Plan the drop down for Remove files older than is not populating with hours, days, weeks, or months. It is just blank. The version is  Microsoft SQL Server  2000 - 8.00.2039 (Intel X86)  
    May  3 2005 23:18:38   Copyright (c) 1988-2003 Microsoft Corporation  Desktop Engine on Windows NT 5.2 (Build 3790: Service Pack 2). Is there a fix for this issue?

    This also works. All the credit goes to a user named eyechart.  Great directions provided as well.
    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=47575
    sqlmaint.exe
    was missing from MSDE 2000, but that was fixed in SP1 I think. Since this is SP3
    you probably have a missing registry value for the backup directory.
    I
    had to fix a similar problem last year on a bunch of laptops. They were all
    missing a registry value. Anyway, here is the fix:
    1. Fire up regedit and
    look under HKLM\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer
    2. Ensure you have
    a string value called BackupDirectory. The value for this should be the path to
    your backup dir. The default value is C:\Program Files\Microsoft SQL
    Server\MSSQL\BACKUP
    btw, this fix assumes you have a default instance
    installed. A named instance will have slightly different registry location and
    filesystem path.
    -ec
    Edited by -
    eyechart on 03/25/2005 21:04:27

  • Vehicle maintenance app?

    What are the recommendations for a vehicle maintenance app?
    I currently use Teal Auto on my Palm, which tracks fuel expense, per mileage cost for fuel, repair costs, reminds me when maintenance is do and has several reporting functions. Looking for something similar...and I would LOVE to import my current data into whatever the app I select is. I can export the TEAL data to a CSV format, but I would really be surprised if any app would be smart enough to be able to parse out this data.
    But, I can dream.
    Thx!

    ping.
    Looking for suggesions for a vehicle maintenance app? There are several out there, wondering if any preferances have surfaced.
    Thx!

  • Cannot install MSWord.  Get following MSG   Microsoft Alerts Daemon.app Microsoft Database Daemon.app Safari.app SyncServicesAgent.app.  How to close out?

    I cannot install MSWord critical update.  I get the following: 
    Microsoft Alerts Daemon.app
    Microsoft Database Daemon.app
    Safari.app
    SyncServicesAgent.app
    How do I shut down these services?

    Look at this discussion: Closing apps before Office update

  • User receives meeting confirmation during Database Maintenance Window

    Hello
    I am facing an unusual behaviour which drives me crazy.
    A user (it’s unfortunately an important one) receives every night at 02:07 meeting confirmations in his “deleted items” folder. 
    During this time the Exchange Database Maintenance is scheduled. But I have no idea why this should generate such mails.
    I think somehow this maintenance Task sends out a meeting request which is automatically approved by the recipient and the confirmation is sent back to my users deleted item folder.
    Someone got an idea what is causing this?

    Hi,
    From your description, I would like to verify the following things for troubleshooting:
    1. Is this meeting a recurring meeting?
    2. I recommend you use message tracking to check who sent these specific emails.
    Here is an article about message tracking for your reference.
    Message Tracking
    http://technet.microsoft.com/en-us/library/bb124375(v=exchg.150).aspx
    Hope it helps.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Scheduled Database Maintenance

    I have a question that I'd like to post. Any assistance appreciated.
    On each 2013 Database there is the scheduled maintenance and the 24x7. Does the scheduled maintenance run along with the 24x7 or is it a option of one or the other?

    Scheduled Maintenance is deprecated in 2013. Its all workload based.
    The background maint is really database checksumming.
    This is for 2010, but applies for the most part:
    http://blogs.technet.com/b/exchange/archive/2011/12/14/database-maintenance-in-exchange-2010.aspx
    Bottom Line: I would leave the defaults as is. That makes Exchange happy.
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Developing a Database maintenance plan

    Can you provide me links which goes into detail about developing a Database maintenance plan[i.e. taking backups [either Full or Inc] of DBs and transaction logs, deleting the oldest cycles, etcc]. I am not a DBA but at same time I am trying to learn as
    much as I can.

    Refer
    http://ola.hallengren.com/
    http://www.sqlservercentral.com/articles/Stairway+Series/72462/
    -Prashanth

  • What database management app comes with my macbook pro?

    I've had my macbook for a while now, but I'm not getting the most out of it. Does it come with database management app other than numbers?

    No, but you can purchase FileMaker Pro 13 to make custom databases. 

  • Migration of database in apps

    Dear Gurus
    I want to migrate my oracle apps database from 9.2.0. to 11.5.10.2.
    If anyone has the docs please share.Also tell me what configurations do i need to make in my apps environment.
    Rgds

    Hi;
    I want to migrate my oracle apps database from 9.2.0. to 11.5.10.2.If you move your EBS from windows to linux its called migration, your process is upgrade ;)
    If anyone has the docs please share.Also tell me what configurations do i need to make in my apps environment.Please see:
    Oracle Applications Release 11.5.10.2 Maintenance Pack Installation Instructions [ID 316365.1]
    Regard
    Helios

Maybe you are looking for

  • IPhone 4 not recognized by iTunes. Windows 7

    Hi all,  I have read all the forums, my iPhone 4 is just not being recognized in iTunes I have tried reinstalling iTunes. Gone to device manager, reset mobile service, followed all the apple support pages. I have updated to the new iTunes and my iPho

  • How do i get my office computer to recognise the songs that i burn on to disc from my itunes

    How do i get my office computer and my work laptop to recognise the songs on the discs that i burn from itunes

  • Hyperlink to a server

    hi experts, can i have a heperlink to a particulat server???(now i click on that server in the sap logon pad) can i provide a link to open up the login screen???? is it possible? Thnaks, Shetty.

  • Logic pro optimization

    Hello my name is Amirel and this is my 1st time on the forum could any one advice me in regards to optimizing my logic pro on a macbook pro? I interface audio via motu traveler. Thanks

  • APPCRASH KERNELBASE.dll error

    Hi there, Some of my Toshiba applications like Toshiba bulletin board, toshiba reeltime, toshiba blu-ray disc player and more have stopped working... here what it says <?xml version="1.0" encoding="UTF-16"?> -<WERReportMetadata> -<OSVersionInformatio