Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-4089

Change field type from LONG RAW to BLOB for Oracle

XMLWordPrintable

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      We run Oracle's standby server called Dataguard, which does real-time replication of live production data to a remote site. Our current setup does a physical standby, but we want to set up a local logical standby, meaning the DB instance is actually mounted for us to hit with queries w/out affecting the primary production instance.

      The problem is that Oracle for some reason will not allow a logical standby instance of live data if the datatype LONG is used... it only likes numbers. So you ask why do they do this? I don't know... it's Oracle, they are strange. Anyway, what's the chance you can change the following column's data type to NUMBER instead of LONG? Is it technically feasible?

      Table: PROPERTYDATA
      Column: PROPERTYVALUE
      Current Datatype: LONG RAW

      Oooohhh even more fun... I think it has to do with the customfield stuff???

              Unassigned Unassigned
              f983a72c130d Aaron Godert
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: