Help in controlling database online.

Hi there,
I'm very new to web application development, I'm in the
process of testing dreamweaver cs3 and Developer toolbox, so far
everything is very interesting, lots of good example everywhere but
here is what I would like to accomplish and I don't know how:
Very simple, I would like to have database information
displayed on a webpage with multiple results based on different
queries, I would like to have the commands on left side of the
webpage and the results displayed right beside it. I have
experimented with the detailed master page on so on, but my
application does not require detail info but display rows from
database based on different commands/queries.............how do I
accomplish all this, most of the data is numeric, it will reflect
scores from different sports etc.
where can I find a example applications to accomplish this
task?
thanks,
Marlon.

Thanks Bregent,
I will look into the hand coding, but before I start doing
any research, is there any sample code that I could take a look at?
I tried Developer Toolbox and created a Dynamic List and
there is a filter option for each column in the database where I
could sort the data for that column ascending or descending or with
some conditions like <=, >, = etc.
How can I have different filter conditions on the same page?
but not just on each columns, I will need to have SELECT statements
to display the data.
Thanks,
Marlon.

Similar Messages

  • Building reports around grid control database.

    As a part of Grid control support activity many times we need spend hours to verify if all the targets have been assigned rules and thresholds so that they can generate alerts well before the trouble occurs.
    So i was wondering is there any way by which which can write some script that will scan all the targets and find out which are not assigned to rules.
    I am not sure if i can access these information from grid control database.
    Can somebody help me in this ? is there any way to find out which rules have been assigned to which target or what is the threshold assigned to a particular targets by writing sql query / using oracle packages ?
    Appreciate help in this regard.

    Here is some sql I use for this purpose..
    (I comment out pieces and such to tweak what I am reporting against)
    Run this as sysman in your repository db.
    select
    target_type,
    target_name,
    metric_column Metric,
    metric_name || ' ' || key_value Name,
    decode(warning_threshold,' ',null, decode(warning_operator,'Equal To','=','Not Equal','!=','Greater Than','>','Less Than','<',warning_operator) || ' ' || warning_threshold) Warning,
    decode(critical_threshold,' ', null, decode(critical_operator,'Equal To','Not Equal','!=','=','Greater Than','>','Less Than','<',critical_operator) || ' ' || critical_threshold) Critical
    from mgmt$metric_collection m
    --where target_type = 'oracle_emd'
    --and  metric_column = 'HostInfovszGrowth'
    --and warning_threshold != '20'
    --where target_type = 'host'
    where-- metric_column like 'tnsPing'
    -- (warning_threshold != '80' and critical_threshold != '95')
    --and
    target_type = 'oracle_database'
    --and target_type = 'host'
    --and
    --target_type  = 'oracle_listener'
    --target_type = 'oracle_emd'
    --and metric_column like 'generic%'
    --and warning_threshold like '%ORA%'
    and target_name like 'QL%'
    and metric_column = 'pctUsed'
    order by 1,3,2

  • Unable to bring database online on 2nd node in FailSafe and MSCS config

    I have a two node cluster running Windows 2003 Server, MSCS, and Oracle Failsafe. I have been unable to bring the database online on Node2. All resources in Cluster Administrator fail over fine and come online except for the Database resource itself. The shared disks, listener, etc, are all online. All resources come online on Node1. When I failover to Node2, the Database Resource fails and posts this error in the Event Viewer:
    Oracle Fail Safe encountered an error starting resource DISS.
    ORA-01100: database already mounted
    The database is not mounted and the database windows service is not running (is set to manual). I can manually start the database thru Windows Services and access it fine. But still unable to bring it online via Cluster Administrator or Oracle Fail Safe Manager.
    Any help would be greatly appreciated.
    Thanks in advance!

    The only message in the event viewer is the ORA-01100 I originally posted.
    ORACLE_HOME is set correctly.
    Here are the contents of the alert.log:
    Fri Sep 04 13:06:21 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in server-side spfile C:\ORACLE\PRODUCT\11.1.0\DB_1\DATABASE\SPFILEDISS.ORA
    System parameters with non-default values:
    processes = 150
    memory_target = 820M
    control_files = "O:\ORACLE\ORADATA\DISS\CONTROL01.CTL"
    control_files = "O:\ORACLE\ORADATA\DISS\CONTROL02.CTL"
    control_files = "O:\ORACLE\ORADATA\DISS\CONTROL03.CTL"
    db_block_size = 8192
    compatible = "11.1.0.0.0"
    db_recovery_file_dest = "C:\Oracle\flash_recovery_area"
    db_recovery_file_dest_size= 2G
    undo_tablespace = "UNDOTBS1"
    remote_login_passwordfile= "EXCLUSIVE"
    db_domain = ""
    dispatchers = "(PROTOCOL=TCP) (SERVICE=DISSXDB)"
    audit_file_dest = "C:\ORACLE\ADMIN\DISS\ADUMP"
    audit_trail = "DB"
    db_name = "DISS"
    open_cursors = 300
    diagnostic_dest = "C:\ORACLE"
    Fri Sep 04 13:06:22 2009
    PMON started with pid=2, OS id=2892
    Fri Sep 04 13:06:22 2009
    VKTM started with pid=3, OS id=3932 at elevated priority
    VKTM running at (20)ms precision
    Fri Sep 04 13:06:22 2009
    DIAG started with pid=4, OS id=1280
    Fri Sep 04 13:06:22 2009
    DBRM started with pid=5, OS id=1084
    Fri Sep 04 13:06:22 2009
    PSP0 started with pid=6, OS id=648
    Fri Sep 04 13:06:22 2009
    DIA0 started with pid=7, OS id=1792
    Fri Sep 04 13:06:22 2009
    MMAN started with pid=8, OS id=3172
    Fri Sep 04 13:06:22 2009
    DBW0 started with pid=9, OS id=3740
    Fri Sep 04 13:06:22 2009
    LGWR started with pid=10, OS id=524
    Fri Sep 04 13:06:22 2009
    CKPT started with pid=11, OS id=2020
    Fri Sep 04 13:06:22 2009
    SMON started with pid=12, OS id=1068
    Fri Sep 04 13:06:22 2009
    RECO started with pid=13, OS id=3636
    Fri Sep 04 13:06:22 2009
    MMON started with pid=14, OS id=3512
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = C:\Oracle
    Fri Sep 04 13:06:22 2009
    alter database mount exclusive
    Fri Sep 04 13:06:22 2009
    MMNL started with pid=15, OS id=2996
    Setting recovery target incarnation to 2
    Successful mount of redo thread 1, with mount id 739001231
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: alter database mount exclusive
    alter database open
    Beginning crash recovery of 1 threads
    Started redo scan
    Completed redo scan
    295 redo blocks read, 99 data blocks need recovery
    Started redo application at
    Thread 1: logseq 134, block 176
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 134 Reading mem 0
    Mem# 0: O:\ORACLE\ORADATA\DISS\REDO02.LOG
    Completed redo application of 0.13MB
    Completed crash recovery at
    Thread 1: logseq 134, block 471, scn 3797812
    99 data blocks read, 99 data blocks written, 295 redo blocks read
    Thread 1 advanced to log sequence 135 (thread open)
    Thread 1 opened at log sequence 135
    Current log# 3 seq# 135 mem# 0: O:\ORACLE\ORADATA\DISS\REDO03.LOG
    Successful open of redo thread 1
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    SMON: enabling cache recovery
    Successfully onlined Undo Tablespace 2.
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    SMON: enabling tx recovery
    Database Characterset is WE8MSWIN1252
    Opening with internal Resource Manager plan
    Starting background process FBDA
    Fri Sep 04 13:06:29 2009
    FBDA started with pid=19, OS id=4004
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    Fri Sep 04 13:06:29 2009
    QMNC started with pid=20, OS id=1132
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Fri Sep 04 13:06:35 2009
    Starting background process CJQ0
    Fri Sep 04 13:06:35 2009
    CJQ0 started with pid=21, OS id=2864
    Fri Sep 04 13:06:35 2009
    Completed: alter database open
    Fri Sep 04 13:06:42 2009
    Starting ORACLE instance (restrict)
    alter database "DISS" mount exclusive
    ORA-1100 signalled during: alter database "DISS" mount exclusive...
    Stopping background process FBDA
    Shutting down instance: further logons disabled
    Stopping background process QMNC
    Stopping background process CJQ0
    Stopping background process MMNL
    Stopping background process MMON
    Shutting down instance (immediate)
    License high water mark = 3
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown

  • I need help with controlling two .swf's from third.

    Hi, thanks for reading!
    I need help with controlling two .swf's from third.
    I have a problem where I need to use a corporate designed
    .swf in a digital signage solution, but have been told by the legal
    department that it can not be modified in any way, I also can't
    have the source file yada yada. I pulled the .swfs from their
    website and I decompiled them to see what I was up against.
    The main swf that I need to control is HCIC.swf and the
    problem is it starts w/ a preloader, which after loading stops on a
    frame that requires user input (button press) on a play button,
    before the movie will proceed and play through.
    What I have done so far is to create a container swf,
    HCIC_container.swf that will act as Target for the HCIC.swf, and
    allow me to send actionscript to the file I'm not allowed to
    modify.
    I managed to get that done with the help of someone on
    another forum. It was my hope that the following script would just
    start HCIC.swf at a frame past the preloader and play button, and
    just play through.
    var container:MovieClip = createEmptyMovieClip("container",
    getNextHighestDepth());
    var mcLoader:MovieClipLoader = new MovieClipLoader();
    mcLoader.addListener(this);
    mcLoader.loadClip("MCIC.swf", container);
    function onLoadInit(mc:MovieClip) {
    mc.gotoAndPlay(14);
    But unfortunately it didn't solve my problem. Because there
    is a media-controller.swf, that is being loaded by HCIC.swf that
    has the controls including the play button to start HCIC.swf.
    Here's a link to a .zip file with all 3 .swf files, and all 3
    .fla files.
    http://www.axiscc.com/temp/HCIC.zip
    What I need to do is automatically start the HCIC.swf file
    bypassing the pre-loader and play button without editing it or the
    media-controller.swf in anyway. So all the scripting needs to be
    done in HCIC_container.swf.
    I know this is confusing, and its difficult to explain, but
    if you look at the files it should make sense.
    ActionScripting is far from my strong point, so I'm
    definitely over my head here.
    Thanks for your help.

    Got my solution on another forum.
    http://www.actionscript.org/forums/showthread.php3?t=146827

  • Problem with Whole Database Online+Redo log Backup

    Dear Marcus Sir,
    I am facing while taking "Whole Database Online+Redo log Backup" through DB13 T-Code.
    Below is the "Problem part of the Backup log", however if you need I will send you full log.
    Hope you will find out problem soon
    #FILE..... /oracle/ANP/sapdata2/sr3_8/sr3.data8
    #SAVED.... sr3.data8  ANPB260810/12
    BR0280I BRBACKUP time stamp: 2010-08-27 11.03.22
    BR0063I 9 of 51 files processed - 19400.070 MB of 135986.469 MB done
    BR0204I Percentage done: 14.27%, estimated end time: 11:47
    BR0001I *******___________________________________________
    BR0202I Saving /oracle/ANP/sapdata2/sr3_9/sr3.data9
    BR0203I to /dev/rmt0.1 ...
    BR0278E Command output of 'LANG=C dd obs=1024K bs=1024K if=/oracle/ANP/sapdata2/sr3_9/sr3.data9 of=/dev/rmt0.1':
    dd read error: I/O error
    462+0 records in
    462+0 records out
    BR0280I BRBACKUP time stamp: 2010-08-27 11.03.36
    BR0279E Return code from 'LANG=C dd obs=1024K bs=1024K if=/oracle/ANP/sapdata2/sr3_9/sr3.data9 of=/dev/rmt0.1': 2
    BR0222E Copying /oracle/ANP/sapdata2/sr3_9/sr3.data9 to/from /dev/rmt0.1 failed due to previous errors
    BR0280I BRBACKUP time stamp: 2010-08-27 11.03.41
    BR0317I 'Alter tablespace PSAPSR3 end backup' successful
    BR0056I End of database backup: bedziydp.ant 2010-08-27 11.03.36
    BR0280I BRBACKUP time stamp: 2010-08-27 11.03.41
    BR0054I BRBACKUP terminated with errors
    Warm Regards
    Ahsan

    Hi,
    since you are getting a read error, it might as well be, that your datafile is defective.
    Try the same dd-command to /dev/null, to see if it is possible to read the entire file.
    First make sure that your null-device is existing, otherwise you might face a root-fs full problem.
    dd obs=1024K bs=1024K if=/oracle/ANP/sapdata2/sr3_9/sr3.data9 of=/dev/null
    or try a dbverify on it, which would also read the entire file and do a checksum test.
    brbackup -c -u / -m /oracle/ANP/sapdata2/sr3_9/sr3.data9 -t online -w only_dbv
    Good luck
    Volker

  • HELP to open database (again)

    Hi, saga continue:
    svrmgr> startup mount;
    Database mounted
    svrmgr> alter database open read only;
    ORA-16005: database requires recovery
    svrmgr> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-00264: no recovery required
    svrmgr> alter database open; - hang
    Please help to OPEN database!!!!
    Thnaks in advance,
    Andriy Korud, Ukraine

    You can find how to here:
    http://www.bing.com/search?q=close+sync+services+agent
    http://www.bing.com/search?q=what+is+mac+os+x+sync+services
    Mac OS X: Resetting the SyncServices folder - Apple - Support
    http://support.apple.com/kb/TS1627
      Aug 17, 2012 · Choose Reset Sync Services. Click Reset Sync History. Test for the ... Resetting SyncServices resets your Mac OS X User Account's Sync settings and …
    Sync Services: Advanced troubleshooting for contact and calendar ...
    http://support.apple.com/kb/TS2481

  • Whole database online + redo log backup

    Hello all,
    we are running SAP on a Oracle Database and doing a daily backup.
    In the DBA Planing Calendar, we do have the action
    Whole database online + redo log backup
    What exactly does that mean?
    Thanks,
    Anne

    This backup will save the CONTENT of the database only, not the database software itself.
    To get a full consistent backup you need to backup more things if you want to have everything - depending on the operating system:
    On Unix you will need to backup the software directory (/oracle*, oraInventory, oratab (depending on the location)) etc.
    On Windows you will need to backup <letter>:\oracle, the registry keys and more things.
    However, in case of a recovery you can also install the software after an OS installation and then restore it from tape.
    Markus

  • HT4137 help! techo phobe online. I have an unlocked iphone 3 with an unlocked sim. i have plugged the phone into the computer to set up itunes, but it just says on the phone screen "connect to itunes" nothing else is happening/

    help! techo phobe online. I have an unlocked iphone 3 with an unlocked sim. i have plugged the phone into the computer to set up itunes, but it just says on the phone screen "connect to itunes" nothing else is happening/

    Sounds like the device was dropped at some point and damaged as a result.
    Take it to Apple for evaluation and a replacement.

  • Sharing a database online with a small group

    I have a group of 11 people that should have access as well as the rights to modify and add information to a database I developed in Access 2007. Is it possible to share this DB for free, but still protect it for not being accessed without a user and a
    code?

    Hi,
    There is more than one method to share Access database depending on different situations. Here is an article which provides an overview of the methods:
    http://office.microsoft.com/en-in/access-help/ways-to-share-an-access-database-HA010279159.aspx
    As this is SharePoint forum, I found some information with regard to sharing an Access database by using a SharePoint site. There are two methods: publish database and link to SharePoint lists.
    http://office.microsoft.com/en-in/access-help/publish-a-database-to-a-sharepoint-site-HA010131469.aspx
    http://office.microsoft.com/en-in/access-help/introduction-to-integrating-data-between-access-and-a-sharepoint-site-HA010131463.aspx
    http://blogs.technet.com/b/hub/archive/2010/11/08/publish-your-access-database-to-sharepoint.aspx
    As to security requirement, we could use authentication on SharePoint site to protect your information.
    Please also ask the question in Access forum via the links below for more professional assistance:
    http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev
    http://office.microsoft.com/en-us/access-help/ask-the-access-community-HA001189155.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Grid control database

    Oracle 11g Grid, can Grid Control database be set up on the same server as the databases it monitors? Or it has to be the different server for the easy maintenance purpose. Please advise.
    Thanks
    S.

    ski123 wrote:
    Oracle 11g Grid, can Grid Control database be set up on the same server as the databases it monitors? Or it has to be the different server for the easy maintenance purpose. Please advise.
    Thanks
    S.Enterprise Manager Grid Control is different than Enterprise Manager "Database" Control. Grid Control is for managing all data center not just one database. It has a repository database and an application server (weblogic), so it's installed to a separate server.
    Regards
    Gokhan

  • Error when trying to get database online (intermedia)

    Someone here recommended using intermedia for coldfusion hosting, and I'm relatively happy with them, but they can't offer support for the problem I"m having.  I'm trying to get my mySQL database online, but I get this error:
    Cannot restore database from backup 'mymindsnotrighttest.sql' (Error  occurred while evaling command (errStr = [error] [2010-08-17 13:16:24]  main::Imedia::HP::Mysql::
    restoreDatabaseFromBackup: Cannot restore database from backup 'mymindsnotrighttest.sql' ([error]  Imedia::HP::Mysql::Imedia::Admin::BackupManager::Mysql::restore: Cannot restore backup to database via command 'cat /mnt/smb/backup/mysql/mikewycklendt/mymindsnotrighttest/mymindsnotrighttest.sql | mysql --user=mysql_svc --database=mymindsnotrighttest'  (exitCode=1, error=, stderr=ERROR 1064 (42000) at line 102: You have an  error in your SQL syntax; check the manual that corresponds to your  MySQL server version for the right syntax to use near 'USING BTREE )  ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT' at line 12 cat:  write error: Broken pipe)),errCode = -1))
    Everything works fine when I'm using localhost.  The support guy for intermedia told me that he "reviewed your SQL File and it does not appear to have a problem"  So I don't know where to go from here...

    ok, I went back and made a new database but changed the character set / collation... aside from that change, everything is the same, but I get an error saying that the datasource could not be found when I can see all the tables in intermedia's phpmyadmin page... would changing the character set / collation cause this error?

  • All adobe products that I have will not connect help when I seek online help?

    all adobe products that I have will not connect help when I seek online help?

    Waht version of the software are you trying to use? And the error seems pretty self-explanatory...

  • HP Recomended Hardware for Oracle database online transactions

    HI all
    please provide me with pdf for Hp hardware for Oracle database online transactions
    thanks ,,

    You can check and ask in HP website
    http://www12.itrc.hp.com/service/home/home.do?admit=109447627+1211964879513+28353475
    Cheers
    http://fiedizheng.blogspot.com/

  • Any tool to help checking the database is in line with the 2NF

    Is there any tool to help checking the database design is in line with the 2NF (second normal form), Thanks.

    Hi,
    Is this table in 2nd normal form?
    CREATE TABLE     orders
    (       order_id     NUMBER (10)     PRIMARY KEY
    ,     company          VARCHAR2 (10)     NOT NULL
    ,     customer     VARCHAR2 (30)
    );How can you tell?
    How would you expect some tool to tell?
    If you willing to even make a guess, it's only because you know what "order". "company" and "customer" probably mean in this context.
    There are queries other methods you could use to detect tables that might not be in second normal form. Fort example, you could assign a number (0-100) to each table, 0 meaning it seems to be in second normal form, 100 means that it has all the traits you expect from a table that is not in second normal form, and then list the 20 tables with the highest scores to check.
    Say exactly what you're trying to do, and someone will help you find a good way to do it. Post CREATE TABLE and INSERT statements for some tables, and expalin what traits you're looking for.

  • Help Needed Robosource Control  Database Error

    Is anyone familiar with the Robosource Control Explorer
    database error $$$$$$$$0? We just recently started to get this
    error when checking in files in Roboinfo. We are running on Windows
    Server 2003. Any information or suggestions would be appreciated.
    Thanks!

    Is anyone familiar with the Robosource Control Explorer
    database error $$$$$$$$0? We just recently started to get this
    error when checking in files in Roboinfo. We are running on Windows
    Server 2003. Any information or suggestions would be appreciated.
    Thanks!

Maybe you are looking for

  • Library won't play more than one song at a time

    What gives? My iTunes suddenly won't play a sequence of songs. Not from the library as a whole, not from any playlist. The files are all still there and I can highlight and play any ONE, but iTunes won't then go on to the next. Tried 'select all', th

  • BAPI_DOCUMENT_CHECKIN2-Status does not allow you to change certain data

    Hi Gurus, I am uploading the DIR attached files for the Documents in PLM. We have a custom program written to upload the attached files. When I tried to upload the file I am getting the BAPI Return error as "Status does not allow you to change certai

  • IN TEXT DETERMINATION WHAT R THE TYPES OF TEXT IS THERE AND IN PRICING WHAT

    HI EXPERTS IN TEXT DETERMINATION WHAT R THE TYPES OF TEXT IS THERE ???? AND IN PRICING WHAT R THE PRICING ELEMENTS ??? THANKS

  • Syncronization problems with Who is Who ivew

    Hello after changing user data (telephone,etc...) in LDAP (Microsfot ADS), it takes a long time After I see the data in Who is Who ivew. I have create a index (ume index) as described SAP Documentacion. Any body knows how can I solve this problem¿?¿

  • Download with CS 5.5

    I have 250 licenses for each of Windows and Macs with software of Creative Suite 5.5 - Master Collection. I only have two discs of CS 5.5 for each Windows and Macs. However, I believe those discs are going to worn out and I tried to make a copy from