Skip to content
#

oracle

Here are 1,788 public repositories matching this topic...

ozkanonur
ozkanonur commented Apr 13, 2020

Issue type:

[x] question
[ ] bug report
[ ] feature request
[x] documentation issue

Database system/driver:

[ ] cordova
[x] mongodb
[ ] mssql
[ ] mysql / mariadb
[ ] oracle
[ ] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo

TypeORM version:

[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)

dbeaver
KOLANICH
KOLANICH commented Jan 11, 2019

Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.

Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the

martinko2009
martinko2009 commented Jul 17, 2018

1、我最近在使用Enterprisedb 10.4,然后参照下面的文章:https://www.enterprisedb.com/docs/en/10.0/Ora_Reference_Guide_v10/Database_Compatibility_for_Oracle_Developers_Reference_Guide.1.035.html

在pg admin里面输入了下面这些代码
CREATE DATABASE LINK chicago
CONNECT TO sue IDENTIFIED BY 'mypassword'
USING oci '//127.0.0.1/acctg';

但是却报了下面这个错,很疑惑,语法都是按照文档上来的,为什么会有这个问题呢
ERROR: syntax error at or near "TO"
SQL state: 4

bovquier
bovquier commented Aug 8, 2019

requeryVersion = '1.6.0'
requeryVersion = '1.6.1'

E/BaseViewModel: java.sql.SQLNonTransientConnectionException
    io.requery.PersistenceException: java.sql.SQLNonTransientConnectionException
        at io.requery.sql.EntityDataStore.checkConnectionMetadata(EntityDataStore.java:588)
        at io.requery.sql.EntityDataStore$DataContext.getTransactionMode(EntityDataStore.java:747)
eloekset
eloekset commented Feb 22, 2020

Ref #1101 we've concluded to remove the MyGet feed, which has been used for pre-releases up until now. That involves several tasks. From the top of my head:

  • Move all NuGet packages currently on the MyGet feed over to the Azure Artifacts feed
  • Update readme.md to show a badge for the latest release on the new feed and remove MyGet
  • Delete the Travis build script all together, or
Ulfasaar
Ulfasaar commented Feb 20, 2020

Currently for table it says that the table has to be a string.

table

    (str) Used for many-to-many relationship only in order to specify the name of the intermediate table.

However it doesn't mention that it appears to follow the same form as the table attribute in entity classes, in the sense that you can pass it a tuple to specify the schema for databases like Postgresql.

szandany
szandany commented Apr 30, 2020

Environment

Liquibase Version:
Liquibase Pro 4.0.0-beta1

Operating System Type & Version:
Linux, Windows

Description

Liquibase doesn't validate missing changeSet Author and ID attributes in Formatted SQL changeLogs.

Steps To Reproduce

  1. Create a changeSet in a Formatted SQL changeLog with missing Author or/and ID attributes
    For example:
    --changeset :whoAmI splitStatements:fals
jddulin
jddulin commented Oct 4, 2019

First of all, thanks to the contributors of Sqitch for all of your work! It's a great, simple tool.

I am struggling to run my first deployment of a newly initialized Sqitch project. I have successfully written and tested my deploy, revert, and verify code on a local test DB. However, when I run the deployment on our prod machine, I consistently get an error,

access denied for use
2881099
2881099 commented Apr 23, 2020

本篇文章内容引导,如何在 asp.net core 项目中使用特性(注解) 的方式管理事务。

UnitOfWorkManager 只可以管理 Repository 仓储对象的事务,直接 fsql.Insert<T>() 是不行的!!

支持六种传播方式(propagation),意味着跨方法的事务非常方便,并且支持同步异步:

  • Requierd:如果当前没有事务,就新建一个事务,如果已存在一个事务中,加入到这个事务中,默认的选择。
  • Supports:支持当前事务,如果没有当前事务,就以非事务方法执行。
  • Mandatory:使用当前事务,如果没有当前事务,就抛出异常。
  • NotSupported:以非事务方式执行操作,如果当前存在事务,就把当前事务挂起。
  • Never:以非事务方式执行操作,如果当前事务存在则抛出异常。
  • Nested:以嵌套事
chainlink
leovigna
leovigna commented Feb 21, 2020

Description
Currently, the docker image for chainlink builds the webapp on the root for all static web resources. This makes it impossible to setup a proxy/kubernetes cluster to serve the webapp on /chainlink for example. While security considerations make it bad practice to serve the dashboard publicly, I still would like to be able to tunnel to my kubernetes cluster and access all my serv

amreisa
amreisa commented Feb 27, 2020

I need Some Hellp about instruction how to use SOCI from cmake as subporject "add_subdirectory(SOCI)"
I have long time try use It but SOCI::* not work. I know this about CMake but no one try to help. And How I can do in way from SOCI CMake script Variables. How I can do that ?

SmartSql
Ahoo-Wang
Ahoo-Wang commented Jul 29, 2019
    [Cache("DateCache", "Lru", FlushInterval = 6000)]
    [Cache("LruCache", "Lru", FlushInterval = 6000)]
    [Cache("UserCache", "Fifo", FlushOnExecutes = new[] {"UpdateUserName"})]
    public interface IUsedCacheRepository
    {
        [ResultCache("DateCache", Key = "GetNow")]
        [Statement(Sql = "Select Now();")]
        DateTime GetNow();

        [ResultCache("Lru

基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~

  • Updated Jun 24, 2020
  • C#

K8Cscan大型内网渗透自定义插件化扫描神器,包含信息收集、网络资产、漏洞扫描、密码爆破、漏洞利用,程序采用多线程批量扫描大型内网多个IP段C段主机,目前插件包含: C段旁注扫描、子域名扫描、Ftp密码爆破、Mysql密码爆破、Oracle密码爆破、MSSQL密码爆破、Windows/Linux系统密码爆破、存活主机扫描、端口扫描、Web信息探测、操作系统版本探测、Cisco思科设备扫描等,支持调用任意外部程序或脚本,支持Cobalt Strike联动

  • Updated Dec 25, 2019
  • Python

Improve this page

Add a description, image, and links to the oracle topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the oracle topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.